diff options
Diffstat (limited to 'src/atimer.c')
| -rw-r--r-- | src/atimer.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/atimer.c b/src/atimer.c index 70d9bf52bc2..64c9e8ab6cb 100644 --- a/src/atimer.c +++ b/src/atimer.c | |||
| @@ -30,6 +30,10 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 30 | # include <sys/timerfd.h> | 30 | # include <sys/timerfd.h> |
| 31 | #endif | 31 | #endif |
| 32 | 32 | ||
| 33 | #ifdef MSDOS | ||
| 34 | #include "msdos.h" | ||
| 35 | #endif | ||
| 36 | |||
| 33 | /* Free-list of atimer structures. */ | 37 | /* Free-list of atimer structures. */ |
| 34 | 38 | ||
| 35 | static struct atimer *free_atimers; | 39 | static struct atimer *free_atimers; |