Fossil

Diff
Login

Differences From Artifact [d93b5074b2]:

To Artifact [88e321d157]:


24
25
26
27
28
29
30
31
32







33
34
35
36
37
38
39
24
25
26
27
28
29
30


31
32
33
34
35
36
37
38
39
40
41
42
43
44







-
-
+
+
+
+
+
+
+







#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <string.h>
#include <stdarg.h>
#include <assert.h>
#ifdef __MINGW32__
# include <windows.h>
#if defined( __MINGW32__) ||  defined(__DMC__)
#  if defined(__DMC__)
     typedef int socklen_t;
#  endif
#  ifndef _WIN32
#    define _WIN32
#  endif
#else
# include <sys/types.h>
# include <signal.h>
# include <pwd.h>
#endif

#include "sqlite3.h"