aboutsummaryrefslogtreecommitdiff
path: root/telephony
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2013-12-14 11:46:01 +0100
committerDavid 'Digit' Turner <digit@android.com>2014-01-08 07:21:09 +0100
commit7a78db75ad42aea283f5073f51891464104a9fc3 (patch)
tree7967682893b85709f7585deebc78aa92c5384f5a /telephony
parent845691383dd6a0ff71acf7aee0736adba350f6a9 (diff)
downloadqemu-7a78db75ad42aea283f5073f51891464104a9fc3.tar.gz
Move qemu-timer.h to include/qemu/timer.h
Note: upstream still puts qemu-timer.c in the top-level directory, so no need to move it Change-Id: I475309d6f0040b4fd2277e52a2526825c112e91f
Diffstat (limited to 'telephony')
-rw-r--r--telephony/sysdeps_qemu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telephony/sysdeps_qemu.c b/telephony/sysdeps_qemu.c
index 6aa50380e7..f180de8aac 100644
--- a/telephony/sysdeps_qemu.c
+++ b/telephony/sysdeps_qemu.c
@@ -12,7 +12,7 @@
#include "sockets.h"
#include "sysdeps.h"
#include "qemu-common.h"
-#include "qemu-timer.h"
+#include "qemu/timer.h"
#include "qemu-char.h"
#ifdef _WIN32
#include <winsock2.h>