aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-08 19:47:56 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-08 19:47:56 +0000
commitfdc1a4148ae9dc294fd5085e0e2888d04d468e24 (patch)
treec106c7dc7a7f1b035cba9accc1ddc698e5c188e4 /res
parentf577ceb68c1a9f28ec26f7e4d87fe66e5469a934 (diff)
issue #5650
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7030 f38db490-d61c-443f-a65b-d21fe96a405b
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>