]> code.delx.au - gnu-emacs/blobdiff - src/atimer.c
Fix the MSDOS build
[gnu-emacs] / src / atimer.c
index 70d9bf52bc27588194be88faccf3998fbd216f6d..64c9e8ab6cb4a98ebbb233998ee2f3e7c2fc2365 100644 (file)
@@ -30,6 +30,10 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 # include <sys/timerfd.h>
 #endif
 
+#ifdef MSDOS
+#include "msdos.h"
+#endif
+
 /* Free-list of atimer structures.  */
 
 static struct atimer *free_atimers;