proc: include headers to get definitions for ino_t and pid_t
commita9f4431e0a205617bb316dbe459ac6188dd8b490
authorTobias Klauser <tklauser@distanz.ch>
Wed, 3 May 2017 12:33:41 +0000 (3 14:33 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Wed, 3 May 2017 12:33:41 +0000 (3 14:33 +0200)
treefc62c02cfb8372cbcbf378ed1c58d0c33b0c4ffd
parenta5a5a91342ebd83d13b8eff8f85d9c923e08f701
proc: include headers to get definitions for ino_t and pid_t

Include <unistd.h> and <sys/types.h> in the header already as the
declarations for proc_find_by_inode(...) and proc_exists(...) use ino_t
and pid_t, respectively.

Fixes: 1edfb2409d15 ("flowtop: Move & refactor walk_processes() to proc.c")
Fixes: 1df0f481922a ("flowtop: Add process UI tab entry")
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
proc.h