7ee30bc5c6
see http://www.sympa.org/distribution/latest-stable/NEWS for a list of the fixes.
14 lines
400 B
Plaintext
14 lines
400 B
Plaintext
$OpenBSD: patch-src_queue_c,v 1.3 2011/08/16 10:06:58 landry Exp $
|
|
--- src/queue.c.orig Wed Jun 9 11:50:04 2010
|
|
+++ src/queue.c Sun Aug 7 11:37:44 2011
|
|
@@ -25,6 +25,9 @@
|
|
#include <sysexits.h>
|
|
#include <string.h>
|
|
#include <stdlib.h>
|
|
+#include <sys/types.h>
|
|
+#include <sys/stat.h>
|
|
+#include <unistd.h>
|
|
|
|
static char rcsid[] = "(@)$Id: patch-src_queue_c,v 1.3 2011/08/16 10:06:58 landry Exp $";
|
|
|