diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-03-23 20:17:16 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-03-23 20:17:16 +0000 |
commit | 3ef693a03205217a5def9318b443c8cb6de17217 (patch) | |
tree | fa12f6de6be59ef2324b119ec0971ec28fa98266 /linux-user/syscall.c | |
parent | b03c60f35194db4ba1f53673ab02ade29f54701e (diff) |
distribution patchesv0.1.0
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@44 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'linux-user/syscall.c')
-rw-r--r-- | linux-user/syscall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 8050e29a0b..5f02fb72e6 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c @@ -56,7 +56,7 @@ #include <linux/soundcard.h> #include <linux/dirent.h> -#include "gemu.h" +#include "qemu.h" //#define DEBUG |