aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rwxr-xr-xres/res_config_odbc.c1
-rwxr-xr-xres/res_odbc.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/res/res_config_odbc.c b/res/res_config_odbc.c
index bd19c6301..adc1bc4ee 100755
--- a/res/res_config_odbc.c
+++ b/res/res_config_odbc.c
@@ -25,6 +25,7 @@
* http://www.unixodbc.org
*/
+#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
diff --git a/res/res_odbc.c b/res/res_odbc.c
index 2b99572cd..775709436 100755
--- a/res/res_odbc.c
+++ b/res/res_odbc.c
@@ -28,6 +28,7 @@
*
*/
+#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>