blob: 11cd3170ded920753170c0c0a6b979f1fad193db (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/include/dos.h
+++ b/include/dos.h
@@ -26,6 +26,7 @@
#include <net/ppp_defs.h>
#include <sys/ioctl.h>
#include <time.h>
+#include <ctype.h> /* isdigit() */
/*
#define DEBUG_TREE 1
|