summaryrefslogtreecommitdiff
path: root/trio.h
diff options
context:
space:
mode:
Diffstat (limited to 'trio.h')
-rw-r--r--trio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/trio.h b/trio.h
index 108a709..eab1b6d 100644
--- a/trio.h
+++ b/trio.h
@@ -28,7 +28,7 @@
* Use autoconf defines if present. Packages using trio must define
* HAVE_CONFIG_H as a compiler option themselves.
*/
-#if defined(TRIO_HAVE_CONFIG_H)
+#if defined(HAVE_CONFIG_H)
# include "config.h"
#endif