diff options
author | Claudio Fontana <sick_soul@users.sourceforge.net> | 2005-12-27 04:47:11 +0000 |
---|---|---|
committer | Claudio Fontana <sick_soul@users.sourceforge.net> | 2005-12-27 04:47:11 +0000 |
commit | b15df334b4e57d247ebe6d019ee1b68ad645e3d8 (patch) | |
tree | 2ef753038fbd319847668f743dc4849b892aac0f /src | |
parent | 50916693c92ce904c5a57e1ab6a5a6982d2d67df (diff) | |
download | idutils-b15df334b4e57d247ebe6d019ee1b68ad645e3d8.tar.gz idutils-b15df334b4e57d247ebe6d019ee1b68ad645e3d8.tar.bz2 idutils-b15df334b4e57d247ebe6d019ee1b68ad645e3d8.zip |
* enforce use of <> and "" in include directives
Diffstat (limited to 'src')
-rw-r--r-- | src/fid.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |