]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add include file.
authorFlorian Krohm <florian@eich-krohm.de>
Sun, 30 Sep 2012 20:30:40 +0000 (20:30 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Sun, 30 Sep 2012 20:30:40 +0000 (20:30 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13016

coregrind/m_scheduler/scheduler.c

index 425208696c5ac6190c15125e87df095c7af54cff..759c9a05d2bb3a73f93533df26f8e4abe80b8114 100644 (file)
@@ -93,6 +93,7 @@
 #include "priv_sched-lock.h"
 #include "pub_core_scheduler.h"     // self
 #include "pub_core_redir.h"
+#include "libvex_emnote.h"          // VexEmNote
 
 
 /* ---------------------------------------------------------------------