forked from Lainports/freebsd-ports
- Respect CFLAGS/CXXFLAGS - Bump PORTREVISION since port was building with -g previously PR: 155662 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer) [1] avg@
10 lines
269 B
C++
10 lines
269 B
C++
--- ./lib/signal_op.cpp.orig 2011-03-18 11:01:22.000000000 -0400
|
|
+++ ./lib/signal_op.cpp 2011-03-18 11:01:39.000000000 -0400
|
|
@@ -13,6 +13,7 @@
|
|
|
|
|
|
#include <math.h>
|
|
+#include <stdlib.h>
|
|
#include "signal_op.h"
|
|
#include "AFLIB/aflibConverter.h"
|
|
#include "error_op.h"
|