diff options
Diffstat (limited to 'src/dir-list.c')
-rw-r--r-- | src/dir-list.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dir-list.c b/src/dir-list.c index f1e5fe4..9761ffa 100644 --- a/src/dir-list.c +++ b/src/dir-list.c @@ -22,10 +22,12 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "config.h" #endif +/* Specification. */ +#include "dir-list.h" + #include <stdlib.h> #include "system.h" -#include "dir-list.h" #include "str-list.h" static string_list_ty *directory /* = NULL */; |