File: remove_implicit_declaration

package info (click to toggle)
luola 1.3.2-14
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 3,700 kB
  • sloc: ansic: 14,480; sh: 2,932; makefile: 128
file content (18 lines) | stat: -rw-r--r-- 462 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: remove implicit declaration warning
 remove the warning: incompatible implicit declaration of built-in function strcpy
 in im_vwing.c
 .
 The person named in the Author field signed this changelog entry.
Author: Christian T. Steigies <cts@debian.org>
Last-Update: 2011-09-04

--- a/tools/im_vwing.c
+++ b/tools/im_vwing.c
@@ -25,6 +25,7 @@
 #include <limits.h>
 #include <stdio.h>
 #include <ctype.h>
+#include <string.h>
 
 #include "im_vwing.h"