13 lines
216 B
Text
13 lines
216 B
Text
|
Fix missing header for ports-gcc
|
||
|
Index: src/main.cxx
|
||
|
--- src/main.cxx.orig
|
||
|
+++ src/main.cxx
|
||
|
@@ -24,6 +24,7 @@
|
||
|
#include "config.h"
|
||
|
|
||
|
#include <stdio.h>
|
||
|
+#include <string.h>
|
||
|
#include <string>
|
||
|
#include <iostream>
|
||
|
|