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-admin/logmon/files/logmon-0.4.4-gcc43.patch

15 lines
211 B

--- a/LineManip.cc
+++ b/LineManip.cc
@@ -3,10 +3,11 @@
//
#include <unistd.h>
#include <ncurses.h>
#include <ctype.h>
+#include <cstdlib>
#include "LineManip.h"
#include "Util.h"
#ifdef __DEBUG__