mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
2e20a797a1
PR: 111249 Submitted by: Eric P. Scott <eps+pbug0704@ana.com>
13 lines
281 B
C
13 lines
281 B
C
--- e_chop.c.orig Tue Jul 26 09:56:28 2005
|
|
+++ e_chop.c
|
|
@@ -19,7 +19,9 @@
|
|
/* >>>>>>>>>>>>>>>>>>> fixme -- don't forget undo ! <<<<<<<<<<<<<<<< */
|
|
|
|
#include <stdlib.h>
|
|
+#ifndef __FreeBSD__
|
|
#include <alloca.h>
|
|
+#endif
|
|
#include "fig.h"
|
|
#include "resources.h"
|
|
#include "mode.h"
|