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  <[EMAIL PROTECTED]>

        * 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


_______________________________________________
Bug-findutils mailing list
Bug-findutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-findutils

Reply via email to