more gcc
OBS-URL: https://build.opensuse.org/package/show/server:database/unixODBC?expand=0&rev=18
This commit is contained in:
parent
0717432746
commit
c2ff386971
@ -51,7 +51,15 @@ Index: Drivers/nn/nntp.c
|
|||||||
===================================================================
|
===================================================================
|
||||||
--- Drivers/nn/nntp.c.orig
|
--- Drivers/nn/nntp.c.orig
|
||||||
+++ Drivers/nn/nntp.c
|
+++ 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
|
#endif
|
||||||
|
|
||||||
#include <nntp.h>
|
#include <nntp.h>
|
||||||
@ -88,3 +96,23 @@ Index: Drivers/Postgre7.1/dlg_specific.c
|
|||||||
# include "gpps.h"
|
# include "gpps.h"
|
||||||
# define SQLGetPrivateProfileString(a,b,c,d,e,f) GetPrivateProfileString(a,b,c,d,e,f)
|
# 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)
|
# 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)
|
||||||
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user