File: 020_headers.diff

package info (click to toggle)
geki3 1.0.3-9
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 3,108 kB
  • sloc: ansic: 2,548; sh: 834; makefile: 86
file content (22 lines) | stat: -rw-r--r-- 725 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Index: geki3-1.0.3/src/ranking.c
===================================================================
--- geki3-1.0.3.orig/src/ranking.c	2002-08-05 12:35:58.000000000 +0200
+++ geki3-1.0.3/src/ranking.c	2006-05-09 20:38:01.000000000 +0200
@@ -1,4 +1,5 @@
 #include <pwd.h>
+#include <string.h>
 #include "geki3.h"
 #include "extern.h"
 
Index: geki3-1.0.3/src/geki3.h
===================================================================
--- geki3-1.0.3.orig/src/geki3.h	2002-08-05 12:35:58.000000000 +0200
+++ geki3-1.0.3/src/geki3.h	2006-05-09 20:38:01.000000000 +0200
@@ -9,6 +9,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <inttypes.h>
 #include <sys/types.h>
 #include <unistd.h>
 #include "KXL.h"