mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 23:50:30 -04:00
11 lines
240 B
C
11 lines
240 B
C
--- scandir.c.orig
|
|
+++ scandir.c
|
|
@@ -12,6 +12,8 @@
|
|
**
|
|
*************************************************************************/
|
|
#include <stdio.h>
|
|
+#include <ctype.h>
|
|
+#include <stdlib.h>
|
|
#include "dir.H"
|
|
#include "misc.h"
|
|
|