summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2013-11-21 20:08:19 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2013-11-21 20:08:19 -0800
commit93b923c34b7240586f3a36d77726f50877a31b26 (patch)
tree6a1e85fc3304e80e8211cb13c8635c10aadcd86d
parent12c72d470babcdd75519037d06b479e582d304b8 (diff)
parent127eab25293a59196de7a53602a7e27fd203ee65 (diff)
downloadsystem_core-93b923c34b7240586f3a36d77726f50877a31b26.zip
system_core-93b923c34b7240586f3a36d77726f50877a31b26.tar.gz
system_core-93b923c34b7240586f3a36d77726f50877a31b26.tar.bz2
am 127eab25: am 8ab9ece2: am 162c9a24: Merge "Switch MIPS over to <sys/user.h>."
* commit '127eab25293a59196de7a53602a7e27fd203ee65': Switch MIPS over to <sys/user.h>.
-rw-r--r--debuggerd/mips/machine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/debuggerd/mips/machine.c b/debuggerd/mips/machine.c
index e06a50c..489f3c5 100644
--- a/debuggerd/mips/machine.c
+++ b/debuggerd/mips/machine.c
@@ -26,7 +26,7 @@
#include <corkscrew/ptrace.h>
-#include <linux/user.h>
+#include <sys/user.h>
#include "../utility.h"
#include "../machine.h"