diff dbhelpers.h @ 1515:d68d61e7056a

include config.h for options.h. don't need to include options.h when includes.h brings it in
author Matt Johnston <matt@ucc.asn.au>
date Sun, 18 Feb 2018 11:22:13 +0800
parents 3017bc7d6238
children
line wrap: on
line diff
--- a/dbhelpers.h	Sun Feb 18 00:29:17 2018 +0800
+++ b/dbhelpers.h	Sun Feb 18 11:22:13 2018 +0800
@@ -3,7 +3,7 @@
 
 /* This header defines some things that are also used by libtomcrypt/math. 
    We avoid including normal include.h since that can result in conflicting 
-   definitinos - only include config.h */
+   definitions - only include config.h */
 #include "config.h"
 
 #ifdef __GNUC__