aboutsummaryrefslogtreecommitdiffstats
path: root/pbx
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-04-23 19:09:13 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-04-23 19:09:13 +0000
commitcdb0b6b8a3d95a44fe6af3a51cc038f14a822a1a (patch)
treeeadb98f6f48ab3f703e7c16c1b0820e6e8f6619a /pbx
parent5276c2542739e444ae4d3f3980bf713af20f3f5c (diff)
Add commonly used include headers
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@889 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx')
-rwxr-xr-xpbx/pbx_config.c1
-rwxr-xr-xpbx/pbx_gtkconsole.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/pbx/pbx_config.c b/pbx/pbx_config.c
index baed0f9fe..7e8c11c9c 100755
--- a/pbx/pbx_config.c
+++ b/pbx/pbx_config.c
@@ -11,6 +11,7 @@
* the GNU General Public License
*/
+#include <sys/types.h>
#include <asterisk/pbx.h>
#include <asterisk/config.h>
#include <asterisk/module.h>
diff --git a/pbx/pbx_gtkconsole.c b/pbx/pbx_gtkconsole.c
index ebb71ff71..4a6db3c87 100755
--- a/pbx/pbx_gtkconsole.c
+++ b/pbx/pbx_gtkconsole.c
@@ -19,7 +19,7 @@
* linked (see the Makefile)
*/
-
+#include <sys/types.h>
#include <asterisk/pbx.h>
#include <asterisk/config.h>
#include <asterisk/module.h>