summaryrefslogtreecommitdiff
path: root/cdr
diff options
context:
space:
mode:
Diffstat (limited to 'cdr')
-rwxr-xr-xcdr/cdr_csv.c1
-rwxr-xr-xcdr/cdr_mysql.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/cdr/cdr_csv.c b/cdr/cdr_csv.c
index 17170a990..8031b4abe 100755
--- a/cdr/cdr_csv.c
+++ b/cdr/cdr_csv.c
@@ -14,6 +14,7 @@
*
*/
+#include <sys/types.h>
#include <asterisk/channel.h>
#include <asterisk/cdr.h>
#include <asterisk/module.h>
diff --git a/cdr/cdr_mysql.c b/cdr/cdr_mysql.c
index f28562998..9d8ff3f43 100755
--- a/cdr/cdr_mysql.c
+++ b/cdr/cdr_mysql.c
@@ -10,7 +10,7 @@
*
*/
-
+#include <sys/types.h>
#include <asterisk/config.h>
#include <asterisk/options.h>
#include <asterisk/channel.h>