diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | src/fid.c | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -19,6 +19,9 @@ * src/mkid.c: add include directive for dirname.h * src/lid.c: likewise + * src/*.c, libidu/*.c: enforce <> for system includes or their gnulib + replacements, and "" for program specific headers + 2005-12-15 Claudio Fontana <claudio@gnu.org> * src/mkid.c: tweak alloc-ed size of token signature to a minimum of 1 byte. Fixes assertion failure filed as savannah support request @@ -23,10 +23,10 @@ #include <unistd.h> #include <stdlib.h> #include <errno.h> +#include <alloca.h> #include <error.h> #include <pathmax.h> #include <xalloc.h> -#include <alloca.h> #include "xnls.h" #include "idfile.h" |