aboutsummaryrefslogtreecommitdiffstats
path: root/libibex/ibex_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'libibex/ibex_internal.h')
-rw-r--r--libibex/ibex_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libibex/ibex_internal.h b/libibex/ibex_internal.h
index 9b8c4ce6b2..dfcb496594 100644
--- a/libibex/ibex_internal.h
+++ b/libibex/ibex_internal.h
@@ -19,6 +19,7 @@
#include "config.h"
+#include <e-util/e-msgport.h>
#include <glib.h>
#include "ibex.h"
@@ -38,7 +39,6 @@ struct ibex {
struct _IBEXWord *words;
int predone;
- /* sigh i hate glib's mutex stuff too */
#ifdef ENABLE_THREADS
GMutex *lock;
#endif