aboutsummaryrefslogtreecommitdiffstats
path: root/utils/smsq.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/smsq.c')
-rwxr-xr-xutils/smsq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/smsq.c b/utils/smsq.c
index 1463b6209..97968ee06 100755
--- a/utils/smsq.c
+++ b/utils/smsq.c
@@ -9,8 +9,8 @@
#include <stdlib.h>
#include <unistd.h>
#include <time.h>
+#include <asterisk/compat.h>
#ifdef SOLARIS
-#include <solaris-compat/compat.h>
#define POPT_ARGFLAG_SHOW_DEFAULT 0x00800000
#endif
#if !defined(POPT_ARGFLAG_SHOW_DEFAULT)