0ee0426a57
it easy to decode those "naughty" groups. :) Obtained from: freshmeat, of course :)
13 lines
327 B
Plaintext
13 lines
327 B
Plaintext
--- HtmlOptions.cpp.old Sun Jul 23 01:54:30 2000
|
|
+++ HtmlOptions.cpp Sun Jul 23 01:54:42 2000
|
|
@@ -18,6 +18,9 @@
|
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
|
|
#include "HtmlOptions.h"
|
|
+#ifdef __FreeBSD__
|
|
+#include <sys/types.h>
|
|
+#endif
|
|
#include "HtmlOptionState.h"
|
|
#include "Exceptions.h"
|
|
|