forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
233 B
C
11 lines
233 B
C
--- include/dos_inc.h.orig 2010-05-10 13:43:54.000000000 -0400
|
|
+++ include/dos_inc.h 2011-10-18 12:05:51.186449095 -0400
|
|
@@ -28,6 +28,8 @@
|
|
#include "mem.h"
|
|
#endif
|
|
|
|
+#include <stddef.h>
|
|
+
|
|
#ifdef _MSC_VER
|
|
#pragma pack (1)
|
|
#endif
|