diff options
author | Jim Rees <rees@cvs.openbsd.org> | 2001-07-30 20:05:40 +0000 |
---|---|---|
committer | Jim Rees <rees@cvs.openbsd.org> | 2001-07-30 20:05:40 +0000 |
commit | 2bd77acf13839a9c83622327fba8811b0b798845 (patch) | |
tree | 6c6b63945a2dafd6e0d4b76a35aa3ae2a0fdddb5 /lib/libsectok/atr.c | |
parent | f56c3f519099539eb06b4756d7751de037c1e05e (diff) |
PalmOS mods
Diffstat (limited to 'lib/libsectok/atr.c')
-rw-r--r-- | lib/libsectok/atr.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libsectok/atr.c b/lib/libsectok/atr.c index bd8d559f221..977bc73e6fc 100644 --- a/lib/libsectok/atr.c +++ b/lib/libsectok/atr.c @@ -1,4 +1,4 @@ -/* $Id: atr.c,v 1.7 2001/07/20 15:51:45 rees Exp $ */ +/* $Id: atr.c,v 1.8 2001/07/30 20:05:39 rees Exp $ */ /* copyright 1997, 1999, 2000, 2001 @@ -39,15 +39,14 @@ such damages. #ifdef __palmos__ #include <Common.h> #include <System/SysAll.h> -#include <System/MemoryMgr.h> #include <System/Unix/unix_stdlib.h> +#include <System/Unix/unix_string.h> #include <UI/UIAll.h> #include "field.h" typedef long int32_t; #else #include <stdio.h> #include <string.h> -#include <sys/types.h> #endif #include "sectok.h" |