summaryrefslogtreecommitdiff
path: root/dbhelpers.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2018-02-18 11:22:13 +0800
committerMatt Johnston <matt@ucc.asn.au>2018-02-18 11:22:13 +0800
commite8dfcbaf99507fea5e4a34cb455d04876af718b4 (patch)
tree6b0bb44f9579e4da6d7f3e92851acf8bb2bee75f /dbhelpers.h
parentbd8edf377810b02b77077f06ed8733943d771a1d (diff)
downloaddropbear-e8dfcbaf99507fea5e4a34cb455d04876af718b4.tar.gz
include config.h for options.h. don't need to include options.h when
includes.h brings it in
Diffstat (limited to 'dbhelpers.h')
-rw-r--r--dbhelpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbhelpers.h b/dbhelpers.h
index d47707e..551bcb4 100644
--- a/dbhelpers.h
+++ b/dbhelpers.h
@@ -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__