- Fix build with gcc 4.2 - pet portlint PR: 117648 (based on) Submitted by: Pietro Cerutti <gahr@gahr.ch>
10 lines
235 B
C
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"
|