blob: 2fece371fe56a43cd2d721b6575fecb21e550db3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- HtmlOptionState.cpp.old Sun Jul 23 01:47:29 2000
+++ HtmlOptionState.cpp Sun Jul 23 01:47:43 2000
@@ -17,6 +17,9 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#ifdef __FreeBSD__
+#include <sys/types.h>
+#endif
#include "HtmlOptionState.h"
#include <fstream>
|