mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 00:00:33 -04:00
11 lines
275 B
C
11 lines
275 B
C
--- frandom.c.orig 2013-01-27 02:43:19.000000000 +0900
|
|
+++ frandom.c 2013-01-27 02:43:29.000000000 +0900
|
|
@@ -16,7 +16,7 @@
|
|
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
-#include <asm/errno.h>
|
|
+#include <sys/errno.h>
|
|
#include <unistd.h>
|
|
#include <time.h>
|
|
|