aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/pbx_config.c
diff options
context:
space:
mode:
Diffstat (limited to 'pbx/pbx_config.c')
-rwxr-xr-xpbx/pbx_config.c17
1 files changed, 10 insertions, 7 deletions
diff --git a/pbx/pbx_config.c b/pbx/pbx_config.c
index 1e5bd49bd..69b66d5c2 100755
--- a/pbx/pbx_config.c
+++ b/pbx/pbx_config.c
@@ -12,6 +12,16 @@
*/
#include <sys/types.h>
+#include <stdlib.h>
+#include <stdio.h>
+#include <string.h>
+#include <ctype.h>
+#include <errno.h>
+
+#include "asterisk.h"
+
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+
#include "asterisk/pbx.h"
#include "asterisk/config.h"
#include "asterisk/options.h"
@@ -19,13 +29,6 @@
#include "asterisk/logger.h"
#include "asterisk/cli.h"
#include "asterisk/callerid.h"
-#include <stdlib.h>
-#include <stdio.h>
-#include <string.h>
-#include <ctype.h>
-#include <errno.h>
-/* For where to put dynamic tables */
-#include "asterisk.h"
#ifdef __AST_DEBUG_MALLOC
static void FREE(void *ptr)