include config.h in all compiled files

After running configure script (new config.h written), all objects
should be recompiled.
This commit is contained in:
Miroslav Lichvar
2015-07-27 16:20:58 +02:00
parent 15932c9d7b
commit ca8e03b785
2 changed files with 3 additions and 7 deletions

View File

@@ -25,11 +25,12 @@
*/
#include "config.h"
#include <nss.h>
#include <hasht.h>
#include <nsslowhash.h>
/* #include "config.h" */
#include "hash.h"
static NSSLOWInitContext *ictx;