Fix implicit declaration of function 'prctl' in logd.

(cherry picked from commit e5a0f2064b)

Change-Id: Iee202daf3c637271a30ba0271abe68e939b5a887
This commit is contained in:
Elliott Hughes 2014-07-18 17:39:41 -07:00
parent cbbb83b0eb
commit c11146efdf
1 changed files with 1 additions and 2 deletions

View File

@ -22,12 +22,11 @@
#include <stdlib.h>
#include <string.h>
#include <sys/capability.h>
#include <sys/prctl.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
#include <linux/prctl.h>
#include <cutils/properties.h>
#include "private/android_filesystem_config.h"