mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
a8dbb77421
PR: 20023 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
11 lines
250 B
Plaintext
11 lines
250 B
Plaintext
--- 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>
|