]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - hmac.h
Doxygen: disable CALL_GRAPH and CALLER_GRAPH
[xonotic/darkplaces.git] / hmac.h
diff --git a/hmac.h b/hmac.h
index 76ed655895d2cce39de219248c91c3e1e189a970..71108ab65d9a1679d55801cbe7276d851484fe35 100644 (file)
--- a/hmac.h
+++ b/hmac.h
@@ -1,6 +1,8 @@
 #ifndef HMAC_H
 #define HMAC_H
 
+#include "qtypes.h"
+
 typedef void (*hashfunc_t) (unsigned char *out, const unsigned char *in, int n);
 qbool hmac(
        hashfunc_t hfunc, int hlen, int hblock,