mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 07:57:38 -04:00
11 lines
231 B
C
11 lines
231 B
C
--- frandom.c.orig 2023-02-23 21:51:27 UTC
|
|
+++ frandom.c
|
|
@@ -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 <assert.h>
|
|
|