-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- fetch prototype to fix build with gcc3
- link with CXX
- Loading branch information
Christian Weisgerber
committed
Sep 28, 2002
1 parent
d37b8f0
commit 93b52bb
Showing
2 changed files
with
22 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
$OpenBSD: patch-src_Surface_cpp,v 1.1 2002/09/28 15:24:00 naddy Exp $ | ||
--- src/Surface.cpp.orig Sat Sep 28 16:35:02 2002 | ||
+++ src/Surface.cpp Sat Sep 28 16:35:12 2002 | ||
@@ -3,6 +3,7 @@ | ||
#include "ShapeLd.hpp" | ||
#include "Clut.hpp" | ||
#include "ConstVal.hpp" | ||
+#include <string.h> | ||
|
||
const short kNoCharSpace = 20; | ||
const char kNoCharChar = '_'; |