aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_skel.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_skel.c')
-rwxr-xr-xapps/app_skel.c11
1 files changed, 8 insertions, 3 deletions
diff --git a/apps/app_skel.c b/apps/app_skel.c
index f1910a573..ecd54aea5 100755
--- a/apps/app_skel.c
+++ b/apps/app_skel.c
@@ -11,6 +11,14 @@
* the GNU General Public License
*/
+#include <stdlib.h>
+#include <unistd.h>
+#include <string.h>
+
+#include "asterisk.h"
+
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+
#include "asterisk/file.h"
#include "asterisk/logger.h"
#include "asterisk/channel.h"
@@ -18,9 +26,6 @@
#include "asterisk/module.h"
#include "asterisk/lock.h"
#include "asterisk/app.h"
-#include <stdlib.h>
-#include <unistd.h>
-#include <string.h>
static char *tdesc = "Trivial skeleton Application";
static char *app = "skel";