Included in ecore_private.h

SVN revision: 16646
This commit is contained in:
sebastid 2005-09-07 08:24:12 +00:00 committed by sebastid
parent fa12ab4099
commit 49fd515a14
1 changed files with 3 additions and 8 deletions

View File

@ -26,22 +26,17 @@
* *
* * Need more buffer overflow checks. * * Need more buffer overflow checks.
*/ */
#include <stdlib.h> #include "Ecore.h"
#include <stdio.h> #include "ecore_private.h"
#include <string.h>
#include <unistd.h>
#include <ctype.h> #include <ctype.h>
#include <netinet/in.h> #include <netinet/in.h>
#include <sys/types.h>
#include <sys/socket.h> #include <sys/socket.h>
#include <arpa/inet.h> #include <arpa/inet.h>
#include <arpa/nameser.h> #include <arpa/nameser.h>
#include <arpa/nameser_compat.h> #include <arpa/nameser_compat.h>
#include <netdb.h> #include <netdb.h>
#include <Ecore.h>
#include "ecore_private.h"
#define SERVERS 3 #define SERVERS 3
typedef struct _Ecore_Con_Dns_Query Ecore_Con_Dns_Query; typedef struct _Ecore_Con_Dns_Query Ecore_Con_Dns_Query;