Commit c916614c authored by Nils Goroll's avatar Nils Goroll

always include config.h first

parent 63586cbc
Pipeline #404 skipped
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
* or FITNESS FOR A PARTICULAR PURPOSE. Use this program at your own risk! * or FITNESS FOR A PARTICULAR PURPOSE. Use this program at your own risk!
*/ */
#include "config.h"
#include "byte_order.h" #include "byte_order.h"
#if !(__GNUC__ >= 4 || (__GNUC__ ==3 && __GNUC_MINOR__ >= 4)) /* if !GCC or GCC < 4.3 */ #if !(__GNUC__ >= 4 || (__GNUC__ ==3 && __GNUC_MINOR__ >= 4)) /* if !GCC or GCC < 4.3 */
......
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
* or FITNESS FOR A PARTICULAR PURPOSE. Use this program at your own risk! * or FITNESS FOR A PARTICULAR PURPOSE. Use this program at your own risk!
*/ */
#include "config.h"
#include <string.h> #include <string.h>
#include "byte_order.h" #include "byte_order.h"
#include "crc32.h" #include "crc32.h"
......
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
* or FITNESS FOR A PARTICULAR PURPOSE. Use this program at your own risk! * or FITNESS FOR A PARTICULAR PURPOSE. Use this program at your own risk!
*/ */
#include "config.h"
#include <string.h> #include <string.h>
#include "byte_order.h" #include "byte_order.h"
#include "md5.h" #include "md5.h"
......
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
* or FITNESS FOR A PARTICULAR PURPOSE. Use this program at your own risk! * or FITNESS FOR A PARTICULAR PURPOSE. Use this program at your own risk!
*/ */
#include "config.h"
#include <string.h> #include <string.h>
#include "byte_order.h" #include "byte_order.h"
#include "sha1.h" #include "sha1.h"
......
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
* or FITNESS FOR A PARTICULAR PURPOSE. Use this program at your own risk! * or FITNESS FOR A PARTICULAR PURPOSE. Use this program at your own risk!
*/ */
#include "config.h"
#include <string.h> #include <string.h>
#include "byte_order.h" #include "byte_order.h"
#include "sha256.h" #include "sha256.h"
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
* or FITNESS FOR A PARTICULAR PURPOSE. Use this program at your own risk! * or FITNESS FOR A PARTICULAR PURPOSE. Use this program at your own risk!
*/ */
#include "config.h"
#include "vdef.h" #include "vdef.h"
#include "vas.h" #include "vas.h"
#include <string.h> #include <string.h>
......
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
* or FITNESS FOR A PARTICULAR PURPOSE. Use this program at your own risk! * or FITNESS FOR A PARTICULAR PURPOSE. Use this program at your own risk!
*/ */
#include "config.h"
#include <string.h> #include <string.h>
#include "byte_order.h" #include "byte_order.h"
#include "sha512.h" #include "sha512.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment