summaryrefslogtreecommitdiff
path: root/src/check_tmpl.c
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2008-03-04 12:55:18 -0800
committerStephen Hemminger <stephen.hemminger@vyatta.com>2008-03-04 12:55:18 -0800
commit14c69a606f627187539796f0158dbf181a21dc00 (patch)
tree2316507aeaa62d40ed6bd04ccf45bc726f12c328 /src/check_tmpl.c
parent6194a4338de8e612b925530265db0759a94814c4 (diff)
parent41e72b84ece50e0104e2e58c6452fc6012e2c8c3 (diff)
downloadvyatta-cfg-14c69a606f627187539796f0158dbf181a21dc00.tar.gz
vyatta-cfg-14c69a606f627187539796f0158dbf181a21dc00.zip
Merge branch 'glendale' of suva.vyatta.com:/git/vyatta-cfg into glendale
Diffstat (limited to 'src/check_tmpl.c')
-rw-r--r--src/check_tmpl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/check_tmpl.c b/src/check_tmpl.c
index 8be1a7f..cbb9aa1 100644
--- a/src/check_tmpl.c
+++ b/src/check_tmpl.c
@@ -1,5 +1,8 @@
+#define _ISOC99_SOURCE
#include <stdlib.h>
#include <stdio.h>
+#include <string.h>
+#include <ctype.h>
#include "cli_val.h"