fix some warnings

SVN revision: 44901
This commit is contained in:
Vincent Torri 2010-01-04 23:43:16 +00:00
parent 1979834385
commit 35af372ca7
4 changed files with 10 additions and 10 deletions

View File

@ -6,6 +6,7 @@
# include <config.h>
#endif
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <arpa/inet.h>
@ -16,10 +17,6 @@
#include <unistd.h>
#include <fcntl.h>
#ifndef HAVE_ABSTRACT_SOCKETS
#include <stdio.h>
#endif
#include "Ecore.h"
#include "ecore_private.h"
#include "Ecore_Con.h"

View File

@ -6,6 +6,7 @@
# include <config.h>
#endif
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <time.h>

View File

@ -6,11 +6,7 @@
# include <config.h>
#endif
#include "Ecore.h"
#include "ecore_private.h"
#include "Ecore_Con.h"
#include "ecore_ipc_private.h"
#include "Ecore_Ipc.h"
#include <string.h>
#ifdef HAVE_NETINET_IN_H
# include <netinet/in.h>
@ -20,6 +16,12 @@
# include <winsock2.h>
#endif
#include "Ecore.h"
#include "ecore_private.h"
#include "Ecore_Con.h"
#include "ecore_ipc_private.h"
#include "Ecore_Ipc.h"
#define DLT_ZERO 0
#define DLT_ONE 1
#define DLT_SAME 2

View File

@ -1,7 +1,7 @@
#ifndef _ECORE_IPC_PRIVATE_H
#define _ECORE_IPC_PRIVATE_H
#include "Ecore_Data.h"
extern int _ecore_ipc_log_dom;
#ifdef ERR
# undef ERR