You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-misc/bb/files/bb-1.3.0_rc1-protos.patch

13 lines
183 B

--- a/bb.c
+++ b/bb.c
@@ -27,2 +27,3 @@
#include <aalib.h>
+#include <time.h>
#include "bb.h"
--- a/main.c
+++ b/main.c
@@ -23,2 +23,3 @@
+#include <ctype.h>
#include <string.h>