summaryrefslogtreecommitdiff
path: root/src/vte/vte.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vte/vte.h')
-rw-r--r--src/vte/vte.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/vte/vte.h b/src/vte/vte.h
index 6da222db..85d267b7 100644
--- a/src/vte/vte.h
+++ b/src/vte/vte.h
@@ -26,13 +26,14 @@
#include "vteenums.h"
#include "vteglobals.h"
#include "vtepty.h"
+#include "vteregex.h"
#include "vteterminal.h"
#include "vtetypebuiltins.h"
#include "vteversion.h"
-#ifndef VTE_DISABLE_DEPRECATED
+#if !defined(VTE_DISABLE_DEPRECATED) || defined(VTE_COMPILATION)
#include "vtedeprecated.h"
-#endif /* VTE_DISABLE_DEPRECATED */
+#endif /* !VTE_DISABLE_DEPRECATED */
#undef __VTE_VTE_H_INSIDE__