ports/x11/bbpager/patches/patch-src_main_cxx

12 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>