forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
243 B
C
11 lines
243 B
C
--- libmpio/debug.h.orig Thu Jun 19 19:47:19 2003
|
|
+++ libmpio/debug.h Thu Jun 19 19:47:39 2003
|
|
@@ -27,7 +27,7 @@
|
|
#ifdef sun
|
|
#include <sys/int_types.h>
|
|
#else
|
|
-#include <stdint.h>
|
|
+#include <sys/types.h>
|
|
#endif
|
|
|
|
#ifdef __cplusplus
|