Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e5a0f206 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Fix implicit declaration of function 'prctl' in logd.

Change-Id: I0f655ad15295739adb8f04ec62c88a220413875e
parent fd62d07d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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"