diff options
| author | An-Cheng Huang <ancheng@vyatta.com> | 2010-08-27 17:34:39 -0700 |
|---|---|---|
| committer | An-Cheng Huang <ancheng@vyatta.com> | 2010-08-27 17:34:39 -0700 |
| commit | 2b52975cacf817d2b3058a94c7386cacf50b47c2 (patch) | |
| tree | 7eb7601ac674a3fcaa02d1c10d731b63f8b965c1 /src/lbdata.cc | |
| parent | fbeb26889575ee0a073bfc35bf7d29886e35d0da (diff) | |
| download | vyatta-wanloadbalance-2b52975cacf817d2b3058a94c7386cacf50b47c2.tar.gz vyatta-wanloadbalance-2b52975cacf817d2b3058a94c7386cacf50b47c2.zip | |
fix squeeze build issues
Diffstat (limited to 'src/lbdata.cc')
| -rw-r--r-- | src/lbdata.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lbdata.cc b/src/lbdata.cc index f454f09..4b0978e 100644 --- a/src/lbdata.cc +++ b/src/lbdata.cc @@ -5,6 +5,7 @@ * under the terms of the GNU General Public License version 2 as published * by the Free Software Foundation. */ +#include <stdio.h> #include <sys/time.h> #include <syslog.h> #include <sys/time.h> |
