File: 010_missing_headers.diff

package info (click to toggle)
amphetamine 0.8.10-22
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,108 kB
  • sloc: cpp: 9,038; makefile: 106; sh: 31
file content (13 lines) | stat: -rw-r--r-- 457 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
description: include string.h
Index: amphetamine-0.8.10/src/Surface.cpp
===================================================================
--- amphetamine-0.8.10.orig/src/Surface.cpp	2006-05-15 19:10:49.000000000 +0200
+++ amphetamine-0.8.10/src/Surface.cpp	2006-05-15 19:11:01.000000000 +0200
@@ -3,6 +3,7 @@
 #include "ShapeLd.hpp"
 #include "Clut.hpp"
 #include "ConstVal.hpp"
+#include <string.h>
 #include <memory.h>
 
 const	short	kNoCharSpace = 20;