mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
11 lines
198 B
C
11 lines
198 B
C
|
--- src/ci_string.h.orig 2019-05-27 11:24:56 UTC
|
||
|
+++ src/ci_string.h
|
||
|
@@ -6,6 +6,7 @@
|
||
|
#ifndef __CI_STRING_H__
|
||
|
#define __CI_STRING_H__
|
||
|
|
||
|
+#include <cstring>
|
||
|
#include <string>
|
||
|
#include <ctype.h>
|
||
|
|