16 lines
346 B
Plaintext
16 lines
346 B
Plaintext
|
$OpenBSD: patch-src_netbuf_h,v 1.1.1.1 2004/11/12 08:04:22 grange Exp $
|
||
|
--- src/netbuf.h.orig Wed Oct 20 21:48:32 2004
|
||
|
+++ src/netbuf.h Wed Oct 20 21:48:55 2004
|
||
|
@@ -37,7 +37,11 @@
|
||
|
#ifndef G_NETBUF_H
|
||
|
#define G_NETBUF_H
|
||
|
|
||
|
+#ifndef __OpenBSD__
|
||
|
#include <stdint.h>
|
||
|
+#else
|
||
|
+#include <sys/types.h>
|
||
|
+#endif
|
||
|
|
||
|
typedef struct _slist_t{
|
||
|
void *data;
|