Fixed build in debugging mode

This commit is contained in:
Pierre Pronchery 2013-01-07 21:13:18 +01:00
parent b65c65c426
commit ebcb9d925d

View File

@ -1,5 +1,5 @@
/* $Id$ */
/* Copyright (c) 2012 Pierre Pronchery <khorben@defora.org> */
/* Copyright (c) 2012-2013 Pierre Pronchery <khorben@defora.org> */
/* This file is part of DeforaOS System libApp */
/* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -17,6 +17,10 @@
#include <sys/socket.h>
#include <sys/types.h>
#ifdef DEBUG
# include <stdio.h>
# include <string.h>
#endif
#include <errno.h>
#include <netinet/in.h>
#include <netinet/tcp.h>