ports/x11/bbpager/patches/patch-src_main_cxx

13 lines
216 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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>