diff options
Diffstat (limited to 'countund/countund.c')
-rw-r--r-- | countund/countund.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/countund/countund.c b/countund/countund.c index 0d554a2..976f79c 100644 --- a/countund/countund.c +++ b/countund/countund.c @@ -32,7 +32,7 @@ #include <stdlib.h> #include <fcntl.h> #include <sys/stat.h> -#ifndef MACOSX +#ifndef __APPLE__ #include <malloc.h> #endif #include <ctype.h> |