File: 1003_link_dynamically.patch

package info (click to toggle)
libgdchart-gd1 0.10.1dev-11
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 328 kB
  • ctags: 430
  • sloc: ansic: 3,885; sh: 123; makefile: 111
file content (21 lines) | stat: -rw-r--r-- 392 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- gdc.h.orig
+++ gdc.h
@@ -11,12 +11,12 @@
 #include <math.h>
 #include <values.h>
 #ifdef GDC_INCL
-#include "gd.h"
-#include "gdfonts.h"
-#include "gdfontt.h"
-#include "gdfontmb.h"
-#include "gdfontg.h"
-#include "gdfontl.h"
+#include <gd.h>
+#include <gdfonts.h>
+#include <gdfontt.h>
+#include <gdfontmb.h>
+#include <gdfontg.h>
+#include <gdfontl.h>
 #include "gifencode.h"
 #endif