mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
15 lines
294 B
Diff
15 lines
294 B
Diff
ctype.h is needed for defining tolower(). Why was this header deliberately excluded?
|
|
|
|
--- expand_number.c.orig
|
|
+++ expand_number.c
|
|
@@ -31,9 +31,7 @@
|
|
#endif
|
|
|
|
#include <sys/types.h>
|
|
-#ifndef __APPLE__
|
|
#include <ctype.h>
|
|
-#endif
|
|
#include <errno.h>
|
|
#include <inttypes.h>
|
|
#include <stdint.h>
|