From: curt Date: Mon, 12 Apr 1999 02:03:32 +0000 (+0000) Subject: Removed plib from the source distribution. It must be built and installed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=26cdcb3064c2da842e06f4e7f4fa38656611dae3;p=flightgear.git Removed plib from the source distribution. It must be built and installed separately before fgfs can be built and installed. --- diff --git a/Lib/Makefile.am b/Lib/Makefile.am index a0bdf9327..840df71f1 100644 --- a/Lib/Makefile.am +++ b/Lib/Makefile.am @@ -11,5 +11,4 @@ SUBDIRS = \ Misc \ $(SERIAL_DIRS) \ XGL\ - plib \ zlib diff --git a/Simulator/GUI/gui.h b/Simulator/GUI/gui.h index dd711e7a6..0bfa9de50 100644 --- a/Simulator/GUI/gui.h +++ b/Simulator/GUI/gui.h @@ -25,7 +25,7 @@ #ifndef _GUI_H_ #define _GUI_H_ -#include +#include extern puMenuBar *mainMenuBar; extern puButton *hideMenuButton; diff --git a/Simulator/Main/GLUTkey.cxx b/Simulator/Main/GLUTkey.cxx index ecab98f2e..ef3ada9f4 100644 --- a/Simulator/Main/GLUTkey.cxx +++ b/Simulator/Main/GLUTkey.cxx @@ -48,7 +48,7 @@ #include #include #include -#include +#include #include