20 lines
346 B
Diff
20 lines
346 B
Diff
--- proc/numa.h.orig
|
|
+++ proc/numa.h
|
|
@@ -20,6 +20,7 @@
|
|
#ifndef PROCPS_NUMA_H
|
|
#define PROCPS_NUMA_H
|
|
|
|
+#include <sys/cdefs.h>
|
|
#include <features.h>
|
|
|
|
__BEGIN_DECLS
|
|
--- procio.c.orig
|
|
+++ procio.c
|
|
@@ -24,7 +24,6 @@
|
|
#endif
|
|
#include <errno.h>
|
|
#include <fcntl.h>
|
|
-#include <libio.h>
|
|
#include <limits.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|