1
1

* panelize.c: Define DIR_H_INCLUDE_HANDLE_DIRENT earlier, since

the GNOME edition includes dir.h from other headers.
Этот коммит содержится в:
Pavel Roskin 2001-06-16 00:09:00 +00:00
родитель 2383b3f7c1
Коммит b4669a6baa
2 изменённых файлов: 6 добавлений и 3 удалений

Просмотреть файл

@ -1,5 +1,8 @@
2001-06-15 Pavel Roskin <proski@gnu.org>
* panelize.c: Define DIR_H_INCLUDE_HANDLE_DIRENT earlier, since
the GNOME edition includes dir.h from other headers.
* background.c: Include "x.h".
* panelize.c: Likewise.
* treestore.c: Likewise.

Просмотреть файл

@ -36,6 +36,9 @@
# include <grp.h>
# include <pwd.h>
#endif
/* Needed for the extern declarations of integer parameters */
#define DIR_H_INCLUDE_HANDLE_DIRENT
#include "tty.h"
#include "x.h"
#include "global.h"
@ -46,9 +49,6 @@
#include "dialog.h" /* For do_refresh() */
#include "setup.h" /* For profile_bname */
#include "profile.h" /* Load/save directories panelize */
/* Needed for the extern declarations of integer parameters */
#define DIR_H_INCLUDE_HANDLE_DIRENT
#include "dir.h"
#include "panel.h" /* Needed for the externs */
#include "file.h"