* #16376: gcc 4.7 fixes

Signed-off-by: Tristan Matthews <tristan.matthews@savoirfairelinux.com>
This commit is contained in:
Mark Purcell
2012-10-09 10:47:16 -04:00
committed by Tristan Matthews
parent 98b3001a51
commit 918047165f
2 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,8 @@
* the GNU Lesser General Public License (LGPL)
*/
#include <sys/socket.h>
#ifndef _ASTERISK_IAX_CLIENT_H
#define _ASTERISK_IAX_CLIENT_H

View File

@ -28,6 +28,8 @@
* as that of the covered work.
*/
#include <sys/types.h>
#include <unistd.h>
#include <libgen.h>
#include <dirent.h>
#include <sys/stat.h>