From c219b34f0c6586fd0684d25a42c3b5c8fec4ac20 Mon Sep 17 00:00:00 2001 From: ehofman <ehofman> Date: Sun, 24 Dec 2006 12:24:24 +0000 Subject: [PATCH] add a header eference for bzero() --- utils/GPSsmooth/UGear_main.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/GPSsmooth/UGear_main.cxx b/utils/GPSsmooth/UGear_main.cxx index 900ac483a..bad1a9bf6 100644 --- a/utils/GPSsmooth/UGear_main.cxx +++ b/utils/GPSsmooth/UGear_main.cxx @@ -2,6 +2,7 @@ # include <config.h> #endif +#include <strings.h> // for bzero() #include <iostream> #include <string>