While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight
11 lines
251 B
C++
11 lines
251 B
C++
--- src/classes/optFileReader.cc.orig 2003-03-20 07:42:59 UTC
|
|
+++ src/classes/optFileReader.cc
|
|
@@ -1,5 +1,6 @@
|
|
#include "optFileReader.h"
|
|
-#include <string.h>
|
|
+#include <cstdlib>
|
|
+#include <cstring>
|
|
#include <gtk/gtk.h>
|
|
#include "../interface.h"
|
|
|