summaryrefslogtreecommitdiffstats
path: root/src/debug.c
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2010-04-03 04:15:26 +0200
committerGravatar Nikias Bassen2010-05-28 17:00:34 +0200
commita941e78cb66222af6016726aca9c9eba254e155d (patch)
tree1d35b22e49e86b54d53b5588d16c9ed773293b24 /src/debug.c
parentc611444be97a2074bb815defe3379cf5deef8409 (diff)
downloadlibimobiledevice-a941e78cb66222af6016726aca9c9eba254e155d.tar.gz
libimobiledevice-a941e78cb66222af6016726aca9c9eba254e155d.tar.bz2
Add missing config.h include to debug.c
Diffstat (limited to 'src/debug.c')
-rw-r--r--src/debug.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/debug.c b/src/debug.c
index a40c249..f58ece7 100644
--- a/src/debug.c
+++ b/src/debug.c
@@ -20,6 +20,9 @@
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21 */ 21 */
22 22
23#ifdef HAVE_CONFIG_H
24#include <config.h>
25#endif
23#include <stdarg.h> 26#include <stdarg.h>
24#define _GNU_SOURCE 1 27#define _GNU_SOURCE 1
25#define __USE_GNU 1 28#define __USE_GNU 1