34 lines
570 B
Plaintext
34 lines
570 B
Plaintext
|
--- a/LinBPQ.c
|
||
|
+++ b/LinBPQ.c
|
||
|
@@ -717,7 +717,7 @@
|
||
|
|
||
|
}
|
||
|
|
||
|
-#include "getopt.h"
|
||
|
+#include <getopt.h>
|
||
|
|
||
|
static struct option long_options[] =
|
||
|
{
|
||
|
--- a/DRATS.c
|
||
|
+++ b/DRATS.c
|
||
|
@@ -563,7 +563,7 @@
|
||
|
#define ZEXPORT __stdcall
|
||
|
#endif
|
||
|
|
||
|
-#include "zlib.h"
|
||
|
+#include <zlib.h>
|
||
|
|
||
|
|
||
|
int doinflate(unsigned char * source, unsigned char * dest, int Len, int destlen, int * outLen)
|
||
|
--- a/HTTPcode.c
|
||
|
+++ b/HTTPcode.c
|
||
|
@@ -38,7 +38,7 @@
|
||
|
#define ZEXPORT __stdcall
|
||
|
#endif
|
||
|
|
||
|
-#include "zlib.h"
|
||
|
+#include <zlib.h>
|
||
|
|
||
|
#define CKernel
|
||
|
#include "httpconnectioninfo.h"
|