Fix for dragonfly

This commit is contained in:
Andrew Pamment
2018-05-26 11:48:06 +10:00
parent 6bce190c1a
commit 5920963420
2 changed files with 5 additions and 0 deletions

View File

@@ -3,7 +3,11 @@
#include <stdlib.h>
#include <sqlite3.h>
#include <ctype.h>
#ifdef __DragonFly__
#include <sha.h>
#else
#include <openssl/sha.h>
#endif
#include "bbs.h"
#include "inih/ini.h"