mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
13 lines
370 B
Plaintext
13 lines
370 B
Plaintext
--- html-table.cc.orig Fri Mar 10 20:26:06 2000
|
|
+++ html-table.cc Fri Mar 10 20:27:21 2000
|
|
@@ -17,7 +17,8 @@
|
|
#define __EXCLUDE_READER_CLASSES
|
|
#include "lib.h"
|
|
#ifndef HAVE_ALLOCA_H
|
|
-extern "C" char *alloca(int);
|
|
+/* extern "C" char *alloca(int); */
|
|
+#include <stdlib.h> /* stupid linux specific weenie code. */
|
|
#else
|
|
#include <alloca.h>
|
|
#endif /* HAVE_ALLOCA_H */
|