mirror of
https://github.com/openwrt/packages.git
synced 2025-02-12 02:21:14 +00:00
11 lines
192 B
Diff
11 lines
192 B
Diff
--- a/src/defines.h
|
|
+++ b/src/defines.h
|
|
@@ -22,6 +22,7 @@
|
|
#ifndef __HAVE_DEFINE_H
|
|
#define __HAVE_DEFINE_H
|
|
|
|
+#include <ctype.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <unistd.h>
|