freebsd-ports/devel/a2dev/files/patch-util_error.c
Martin Wilke cd06a37022 - Unbreak
- Fix build with gcc 4.2
- pet portlint

PR:		117648 (based on)
Submitted by:	Pietro Cerutti <gahr@gahr.ch>
2007-10-30 10:54:00 +00:00

10 lines
235 B
C

--- util/error.c.orig 2007-10-30 11:34:36.000000000 +0100
+++ util/error.c 2007-10-30 11:35:48.000000000 +0100
@@ -7,6 +7,7 @@
*/
#include <stdio.h>
+#include <stdlib.h>
#include <stdarg.h>
#include "util.h"
#include "error.h"