소스 검색

package: swconfig: Fix build failure

Signed-off-by: Phil Sutter <phil@nwl.cc>
Phil Sutter 3 주 전
부모
커밋
ec1fc22294
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      package/swconfig/src/swlib.c

+ 1 - 0
package/swconfig/src/swlib.c

@@ -16,6 +16,7 @@
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
+#include <ctype.h>
 #include <inttypes.h>
 #include <errno.h>
 #include <stdint.h>