]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Change #include so that "make distcheck" works.
authorNicholas Nethercote <njn25@cam.ac.uk>
Tue, 24 Sep 2002 11:23:50 +0000 (11:23 +0000)
committerNicholas Nethercote <njn25@cam.ac.uk>
Tue, 24 Sep 2002 11:23:50 +0000 (11:23 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1109

include/vg_skin.h

index 32b7ff2be18d4b4e98a3e32d678103635ceca701..5a045a6371e50306621e0b2681ad1154ce252407 100644 (file)
@@ -99,7 +99,7 @@ typedef unsigned char          Bool;
    definitions.
    ------------------------------------------------------------------ */
 
-#include "coregrind/vg_kerneliface.h"
+#include "../coregrind/vg_kerneliface.h"
 
 
 /*====================================================================*/