summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAn-Cheng Huang <ancheng@vyatta.com>2010-05-27 19:33:06 -0700
committerAn-Cheng Huang <ancheng@vyatta.com>2010-05-27 19:33:06 -0700
commitef089c1ae9003e9ff74662c36a7051481be8bec3 (patch)
tree4268c348815f9c647ab72768d7e6f2ccd81efdcf
parent40f005b735d0db0415c819061614062219ef600c (diff)
downloadvyatta-cfg-ef089c1ae9003e9ff74662c36a7051481be8bec3.tar.gz
vyatta-cfg-ef089c1ae9003e9ff74662c36a7051481be8bec3.zip
include needed header
-rw-r--r--src/cli_val.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cli_val.h b/src/cli_val.h
index 00ed103..19aca5a 100644
--- a/src/cli_val.h
+++ b/src/cli_val.h
@@ -1,5 +1,6 @@
#ifndef CLI_DEF_H
#define CLI_DEF_H
+#include <stdio.h>
#define BITWISE 0 /* no partial commit */