freebsd-ports/biology/adun/files/patch-AdLinkedList.h
Dirk Meyer b079bde230 - update to 0.8.2
- take maintainership
Approved by:	maintainer
2008-04-29 17:46:12 +00:00

12 lines
301 B
C

--- Kernel/Base/AdLinkedList.h.orig 2006-11-02 14:42:45.000000000 +0100
+++ Kernel/Base/AdLinkedList.h 2008-04-29 09:14:45.000000000 +0200
@@ -25,6 +25,9 @@
#include <stdio.h>
#include <stdlib.h>
+#ifdef __FreeBSD__
+#include <sys/types.h>
+#endif
//! \brief Element for the linked lists.
/**