summaryrefslogtreecommitdiff
path: root/devel/directfb/files/patch-lib-direct-log.c
blob: 7f6b7d890a56e49acf767145c288ce865c250b65 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- lib/direct/log.c.orig	2007-03-03 22:29:45.000000000 +0200
+++ lib/direct/log.c	2008-03-12 12:49:22.000000000 +0200
@@ -49,6 +49,14 @@
 #include <direct/util.h>
 
 
+#ifndef EAI_ADDRFAMILY
+#define EAI_ADDRFAMILY   1
+#endif
+#ifndef EAI_NODATA
+#define EAI_NODATA       7
+#endif
+
+
 struct __D_DirectLog {
      int            magic;