diff options
author | Ignacio Casal Quinteiro <icq@gnome.org> | 2015-11-03 10:52:18 +0100 |
---|---|---|
committer | Ignacio Casal Quinteiro <icq@gnome.org> | 2015-11-04 19:54:06 +0100 |
commit | b61dcb1303b1f5a6d6608f263353a0cfc64ed214 (patch) | |
tree | ed6d475186f3507a1781e3a0ef9cd4769e33912c /libsoup/soup-socket-properties.c | |
parent | 67241fec0cc8aa1ee42f2e8459c630964aa1ea8c (diff) | |
download | libsoup-b61dcb1303b1f5a6d6608f263353a0cfc64ed214.tar.gz |
Include config.h if needed in the files that do not include it yet
https://bugzilla.gnome.org/show_bug.cgi?id=757146
Diffstat (limited to 'libsoup/soup-socket-properties.c')
-rw-r--r-- | libsoup/soup-socket-properties.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libsoup/soup-socket-properties.c b/libsoup/soup-socket-properties.c index 0482c44f..8dea78c6 100644 --- a/libsoup/soup-socket-properties.c +++ b/libsoup/soup-socket-properties.c @@ -3,6 +3,10 @@ * Copyright 2013 Red Hat, Inc. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include "soup-socket-private.h" #include "soup.h" |