mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 07:30:32 -04:00
10 lines
250 B
Text
10 lines
250 B
Text
--- memtest.c.orig Tue Jul 18 22:13:31 2000
|
|
+++ memtest.c Tue Jul 18 22:13:58 2000
|
|
@@ -20,6 +20,7 @@
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <time.h>
|
|
+#include <sys/types.h>
|
|
#include <sys/mman.h>
|
|
#include <signal.h>
|
|
#include <unistd.h>
|