bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Patch] lib/printquoted.h: Include stdio.h.


From: Bas van Gompel
Subject: [Patch] lib/printquoted.h: Include stdio.h.
Date: Wed, 8 Jun 2005 12:57:17 +0200 (MET DST)
User-agent: slrn/0.9.8.1 (Win32) Hamster/2.0.6.0 KorrNews/4.2

Hi,

Trying to compile findutils from CVS, I got a compiler-error.
Following patch fixes it.

Possible ChangeLog-entry:

2005-06-08  Bas van Gompel  <address@hidden>

        * lib/printquoted.h: Include stdio.h.


diff --exclude='*~' -Ndrup curr/findutils/lib/printquoted.h 
mine2/findutils/lib/printquoted.h
--- findutils/lib/printquoted.h 2005-06-08 02:07:44.000000000 +0200
+++ findutils/lib/printquoted.h 2005-06-08 09:55:50.000000000 +0200
@@ -25,6 +25,7 @@
 
 
 #include <stdbool.h>
+#include <stdio.h>
 
 
 size_t qmark_chars(char *buf, size_t len);


L8r,

Buzz [still needs to write docu for next patch].
-- 
  ) |  | ---/ ---/  Yes, this | This message consists of true | I do not
--  |  |   /    /   really is |   and false bits entirely.    | mail for
  ) |  |  /    /    a 72 by 4 +-------------------------------+ any1 but
--  \--| /--- /---  .sigfile. |   |perl -pe "s.u(z)\1.as."    | me. 4^re




reply via email to

[Prev in Thread] Current Thread [Next in Thread]