Michal Hrusecky (old before rename to _miska_) 2012-11-15 12:59:13 +00:00 committed by Git OBS Bridge
parent 0717432746
commit c2ff386971

View File

@ -51,7 +51,15 @@ Index: Drivers/nn/nntp.c
===================================================================
--- Drivers/nn/nntp.c.orig
+++ Drivers/nn/nntp.c
@@ -36,6 +36,7 @@
@@ -19,6 +19,7 @@
#include <string.h>
#include <errno.h>
#include <nntp.h>
+#include <sys/socket.h>
# include "nntp.ci"
@@ -36,6 +37,7 @@
#endif
#include <nntp.h>
@ -88,3 +96,23 @@ Index: Drivers/Postgre7.1/dlg_specific.c
# include "gpps.h"
# define SQLGetPrivateProfileString(a,b,c,d,e,f) GetPrivateProfileString(a,b,c,d,e,f)
# define SQLWritePrivateProfileString(a,b,c,d) WritePrivateProfileString(a,b,c,d)
@@ -38,6 +38,7 @@
#include "dlg_specific.h"
#include "convert.h"
+#include <string.h>
#ifndef BOOL
#define BOOL int
Index: Drivers/nn/yylex.c
===================================================================
--- Drivers/nn/yylex.c.orig
+++ Drivers/nn/yylex.c
@@ -25,6 +25,7 @@
# define YYERRCODE 256
#include <stdio.h>
+#include <string.h>
static int getcmpopidxbyname(char* name)
{