summaryrefslogtreecommitdiffstats
path: root/debuggerd/mips
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2013-11-20 11:31:29 -0800
committerElliott Hughes <enh@google.com>2013-11-20 11:31:29 -0800
commit76e7f5e508bad42f7924ed91d272bd341ec874f0 (patch)
tree1280a8080e162e2aee80dcd9fa10af7a0fc99c3b /debuggerd/mips
parentcbc32e9f7e95d9c35ec5d855a13fd9346e9f55bf (diff)
downloadsystem_core-76e7f5e508bad42f7924ed91d272bd341ec874f0.zip
system_core-76e7f5e508bad42f7924ed91d272bd341ec874f0.tar.gz
system_core-76e7f5e508bad42f7924ed91d272bd341ec874f0.tar.bz2
Switch MIPS over to <sys/user.h>.
Bug: 11559337 Change-Id: I47ce51ec2d45d9cfdfbb6cccce93a66b0f02d967
Diffstat (limited to 'debuggerd/mips')
-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"