blob: 5d3c67f836c67191c371d74387b179a2f5eb8b43 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
$NetBSD: patch-ad,v 1.20 2006/02/02 16:04:13 joerg Exp $
--- converter/ppm/ppmtompeg/parallel.c.orig 2006-02-02 15:52:14.000000000 +0000
+++ converter/ppm/ppmtompeg/parallel.c
@@ -27,6 +27,7 @@
*/
+#include <sys/types.h>
#include <stdarg.h>
#include <time.h>
#include <unistd.h>
@@ -36,7 +37,6 @@
#include <signal.h>
#include <netdb.h>
#include <assert.h>
-#include <sys/types.h>
#include <sys/times.h>
#include "mallocvar.h"
|