File: gcc4.3-fixes

package info (click to toggle)
gimp-plugin-registry 9.20180625
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 52,484 kB
  • sloc: ansic: 27,119; lisp: 20,560; python: 14,721; cpp: 2,528; sh: 2,220; makefile: 632; xml: 21
file content (12 lines) | stat: -rw-r--r-- 223 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
GCC 4.3 and later needs an extra #include <cstring>.

--- a/DBP/src/op.cc
+++ b/DBP/src/op.cc
@@ -22,6 +22,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <sys/stat.h>
+#include <cstring>
 
 using namespace Dbp;