summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrees <rees@openbsd.org>2001-08-02 23:41:52 +0000
committerrees <rees@openbsd.org>2001-08-02 23:41:52 +0000
commite509695ba91e444ec68df5272c8199a58933cd1e (patch)
treebd6b21860831b9beb2d584e4f049577300a4ffa2
parentdo not exit loop even if m_len == 0. it is legal to have an mbuf with (diff)
downloadwireguard-openbsd-e509695ba91e444ec68df5272c8199a58933cd1e.tar.xz
wireguard-openbsd-e509695ba91e444ec68df5272c8199a58933cd1e.zip
#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