|
From: <sv...@va...> - 2009-12-31 13:49:47
|
Author: bart
Date: 2009-12-31 13:31:11 +0000 (Thu, 31 Dec 2009)
New Revision: 10978
Log:
Follow-up for r10972: added missing #include "config.h".
Modified:
trunk/coregrind/m_redir.c
Modified: trunk/coregrind/m_redir.c
===================================================================
--- trunk/coregrind/m_redir.c 2009-12-30 20:28:24 UTC (rev 10977)
+++ trunk/coregrind/m_redir.c 2009-12-31 13:31:11 UTC (rev 10978)
@@ -50,7 +50,9 @@
#include "pub_core_clientstate.h" // VG_(client___libc_freeres_wrapper)
#include "pub_core_demangle.h" // VG_(maybe_Z_demangle)
+#include "config.h" /* GLIBC_2_* */
+
/* This module is a critical part of the redirection/intercept system.
It keeps track of the current intercept state, cleans up the
translation caches when that state changes, and finally, answers
|