Fix for dragonfly
This commit is contained in:
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user