summaryrefslogtreecommitdiff
path: root/doc/examples/ex-crq.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-06-16 11:49:02 +0000
committerSimon Josefsson <simon@josefsson.org>2006-06-16 11:49:02 +0000
commitfd6c341b26e5f8abc3f9db7a9f25caac00202e34 (patch)
treef7f91c05359cd679ce2f4cd975f4be35ac2f88fe /doc/examples/ex-crq.c
parentff6083975e89fae39ad4744c2d653d2de6b248de (diff)
downloadgnutls-fd6c341b26e5f8abc3f9db7a9f25caac00202e34.tar.gz
Include config.h, don't include netinet/in.h (for mingw).
Diffstat (limited to 'doc/examples/ex-crq.c')
-rw-r--r--doc/examples/ex-crq.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/examples/ex-crq.c b/doc/examples/ex-crq.c
index 7d01adb89c..0e02791ace 100644
--- a/doc/examples/ex-crq.c
+++ b/doc/examples/ex-crq.c
@@ -1,3 +1,6 @@
+#if HAVE_CONFIG_H
+# include <config.h>
+#endif
#include <stdio.h>
#include <stdlib.h>