Crypto: include missing config.h

This commit is contained in:
Martin Pulec
2016-11-16 15:10:01 +01:00
parent 45de4191fc
commit b6d6e4f03e
2 changed files with 2 additions and 0 deletions

View File

@@ -35,6 +35,7 @@
* John Skodon <skodonj@webquill.com>
*/
#include "config.h"
#include "config_unix.h"
#include "config_win32.h"
#include "debug.h"

View File

@@ -24,6 +24,7 @@
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "config.h"
#include "config_unix.h"
#include "config_win32.h"
#include "debug.h"