tags 453168 + patch
kthxbye

Attached is a patch to fix the problem by #including stddef.h.

--
brian m. carlson / brian with sandals: Houston, Texas, US
+1 713 440 7475 | http://crustytoothpaste.ath.cx/~bmc | My opinion only
a typesetting engine: http://crustytoothpaste.ath.cx/~bmc/code/thwack
OpenPGP: RSA v4 4096b 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187
diff -ur renameutils.old/lib/mbuiter.h renameutils-0.8.1/lib/mbuiter.h
--- renameutils.old/lib/mbuiter.h	2005-08-17 13:58:34.000000000 +0000
+++ renameutils-0.8.1/lib/mbuiter.h	2007-11-28 07:13:16.000000000 +0000
@@ -89,6 +89,7 @@
 #include <assert.h>
 #include <stdbool.h>
 #include <stdlib.h>
+#include <stddef.h>
 
 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
    <wchar.h>.

Attachment: signature.asc
Description: Digital signature

Reply via email to