summaryrefslogtreecommitdiffstats
path: root/cmds/bootanimation
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2009-09-23 17:05:19 -0700
committerMathias Agopian <mathias@google.com>2009-09-23 17:05:19 -0700
commitb4d5a72691846bce5779cc3db056f09a5031d7cc (patch)
tree6303ee68783453daba62f94496829f655ad8225e /cmds/bootanimation
parent2e4b68d57bb64d7e93139238c5a8be91ff956c2a (diff)
downloadframeworks_base-b4d5a72691846bce5779cc3db056f09a5031d7cc.zip
frameworks_base-b4d5a72691846bce5779cc3db056f09a5031d7cc.tar.gz
frameworks_base-b4d5a72691846bce5779cc3db056f09a5031d7cc.tar.bz2
fix simulator build
Diffstat (limited to 'cmds/bootanimation')
-rw-r--r--cmds/bootanimation/BootAnimation.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/bootanimation/BootAnimation.cpp b/cmds/bootanimation/BootAnimation.cpp
index 80c8ee4..c8c142d 100644
--- a/cmds/bootanimation/BootAnimation.cpp
+++ b/cmds/bootanimation/BootAnimation.cpp
@@ -21,6 +21,7 @@
#include <math.h>
#include <fcntl.h>
#include <utils/misc.h>
+#include <signal.h>
#include <binder/IPCThreadState.h>
#include <utils/threads.h>