include/devname.h: add missing header

The devname.h requires readproc.h header which has dev_t. Unless
header is included the includes in program files must be in
correct order. I also added FIXME item to remind that for uid &
gid value int not correct data type but uid_t or gid_t from
pwd.h.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola
2011-06-05 13:23:15 +02:00
parent a08e0a6ef2
commit 922d218e1e
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#define PROC_DEVNAME_H
#include "procps.h"
#include "readproc.h"
EXTERN_C_BEGIN