1
1

* features.c: include <sys/param.h> to avoid a warning

Этот коммит содержится в:
Pavel Roskin 2000-08-23 18:35:32 +00:00
родитель b81401baa9
Коммит 0784168a37
2 изменённых файлов: 3 добавлений и 0 удалений

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

@ -1,5 +1,7 @@
2000-08-23 Pavel Roskin <proski@gnu.org>
* features.c: include <sys/param.h> to avoid a warning
* main.c [HAVE_X]: print_mc_usage() and print_color_usage()
removed.
version() moved to ...

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

@ -1,6 +1,7 @@
/* Print features specific for this build */
#include <config.h>
#include <sys/param.h>
#include <stdio.h>
#include <glib.h>
#include "i18n.h"