diff options
Diffstat (limited to 'doc/examples/tcp.c')
-rw-r--r-- | doc/examples/tcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/tcp.c b/doc/examples/tcp.c index b13c65c173..bf47f449f3 100644 --- a/doc/examples/tcp.c +++ b/doc/examples/tcp.c @@ -1,7 +1,7 @@ /* This example code is placed in the public domain. */ #ifdef HAVE_CONFIG_H -# include <config.h> +#include <config.h> #endif #include <stdio.h> |