diff options
author | Simon Josefsson <simon@josefsson.org> | 2006-06-16 11:49:02 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2006-06-16 11:49:02 +0000 |
commit | fd6c341b26e5f8abc3f9db7a9f25caac00202e34 (patch) | |
tree | f7f91c05359cd679ce2f4cd975f4be35ac2f88fe /doc/examples/ex-crq.c | |
parent | ff6083975e89fae39ad4744c2d653d2de6b248de (diff) | |
download | gnutls-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.c | 3 |
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> |