summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Rees <rees@cvs.openbsd.org>2001-08-02 23:41:53 +0000
committerJim Rees <rees@cvs.openbsd.org>2001-08-02 23:41:53 +0000
commitf2cafc8cc8652e662ffa1e7cfb3781d1d82289d8 (patch)
tree3a42683ebf882045ae54bf91001d249fba217605
parente8aaba54c3b83823d94d8a939720046c9950dc10 (diff)
#include <sys/types.h> for linux
-rw-r--r--lib/libsectok/atr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libsectok/atr.c b/lib/libsectok/atr.c
index 977bc73e6fc..990166d5423 100644
--- a/lib/libsectok/atr.c
+++ b/lib/libsectok/atr.c
@@ -1,4 +1,4 @@
-/* $Id: atr.c,v 1.8 2001/07/30 20:05:39 rees Exp $ */
+/* $Id: atr.c,v 1.9 2001/08/02 23:41:52 rees Exp $ */
/*
copyright 1997, 1999, 2000, 2001
@@ -45,6 +45,7 @@ such damages.
#include "field.h"
typedef long int32_t;
#else
+#include <sys/types.h>
#include <stdio.h>
#include <string.h>
#endif