]> git.mxchange.org Git - flightgear.git/commitdiff
add a header eference for bzero()
authorehofman <ehofman>
Sun, 24 Dec 2006 12:24:24 +0000 (12:24 +0000)
committerehofman <ehofman>
Sun, 24 Dec 2006 12:24:24 +0000 (12:24 +0000)
utils/GPSsmooth/UGear_main.cxx

index 900ac483a6a6202d191c03144a178a48f496703f..bad1a9bf63c2a642f232b8b714a4c04a20ba1ddd 100644 (file)
@@ -2,6 +2,7 @@
 #  include <config.h>
 #endif
 
+#include <strings.h>           // for bzero()
 #include <iostream>
 #include <string>