summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2011-07-21 18:48:28 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2011-07-22 10:24:30 +0200
commite0e8d091ffdf4abd3584c8a69985834854278138 (patch)
tree8ad73457e7d8378df3846f74d24d9fd63f667c32 /common
parent4531c065bac65266a0aa5b723e83f4154e1792cb (diff)
downloadspice-e0e8d091ffdf4abd3584c8a69985834854278138.tar.gz
spice-e0e8d091ffdf4abd3584c8a69985834854278138.tar.xz
spice-e0e8d091ffdf4abd3584c8a69985834854278138.zip
fix make distcheck
Diffstat (limited to 'common')
-rw-r--r--common/backtrace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/backtrace.c b/common/backtrace.c
index d606dd9b..650dc1d7 100644
--- a/common/backtrace.c
+++ b/common/backtrace.c
@@ -28,7 +28,7 @@
#include <errno.h>
#include <sys/types.h>
#include <sys/wait.h>
-#include "common/spice_common.h"
+#include "spice_common.h"
#define GSTACK_PATH "/usr/bin/gstack"