diff options
author | Jim Rees <rees@cvs.openbsd.org> | 2001-08-02 17:02:06 +0000 |
---|---|---|
committer | Jim Rees <rees@cvs.openbsd.org> | 2001-08-02 17:02:06 +0000 |
commit | 68d6b9fe3cbf15afeeed672a3e917bb2f525c9a8 (patch) | |
tree | 4765abf0aa719a37e91191ca8adcf6b6ee59ad64 /lib/libsectok/input.c | |
parent | 0cef5d85c6f165e459fb510ef3803d00709ea915 (diff) |
stdio.h is evil on PalmOS
Diffstat (limited to 'lib/libsectok/input.c')
-rw-r--r-- | lib/libsectok/input.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libsectok/input.c b/lib/libsectok/input.c index 00de896e448..cd5e750e5a2 100644 --- a/lib/libsectok/input.c +++ b/lib/libsectok/input.c @@ -1,4 +1,4 @@ -/* $Id: input.c,v 1.7 2001/07/30 20:05:39 rees Exp $ */ +/* $Id: input.c,v 1.8 2001/08/02 17:02:05 rees Exp $ */ /* copyright 2001 @@ -44,10 +44,11 @@ such damages. #include <System/Unix/unix_string.h> #include <UI/UIAll.h> #include "field.h" -#endif +#else #include <stdio.h> -#include <ctype.h> #include <string.h> +#endif +#include <ctype.h> #include "sectok.h" |