mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
* features.c: include <sys/param.h> to avoid a warning
This commit is contained in:
parent
b81401baa9
commit
0784168a37
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user