Add missing include for pidof(8)

This commit is contained in:
sin 2013-09-03 15:09:47 +01:00
parent 80c3bdae3d
commit 348f771fec
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <limits.h>
#include "proc.h"
#include "util.h"