Commit a7baa5ce authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Add missing includes of config.h

parent f85fcc51
...@@ -28,6 +28,8 @@ ...@@ -28,6 +28,8 @@
* *
*/ */
#include "config.h"
#include "common.h" #include "common.h"
/* Build the static vsc type names */ /* Build the static vsc type names */
......
...@@ -28,6 +28,8 @@ ...@@ -28,6 +28,8 @@
* *
*/ */
#include "config.h"
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <limits.h> #include <limits.h>
......
...@@ -25,9 +25,6 @@ ...@@ -25,9 +25,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
*/
/*
* Layout: * Layout:
* *
* buf [ * buf [
...@@ -46,6 +43,8 @@ ...@@ -46,6 +43,8 @@
* *
*/ */
#include "config.h"
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <stdarg.h> #include <stdarg.h>
......
...@@ -26,6 +26,8 @@ ...@@ -26,6 +26,8 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#include "config.h"
#include <sys/types.h> #include <sys/types.h>
#include <sys/socket.h> #include <sys/socket.h>
......
...@@ -29,6 +29,8 @@ ...@@ -29,6 +29,8 @@
* *
*/ */
#include "config.h"
#include <errno.h> #include <errno.h>
#include <fcntl.h> #include <fcntl.h>
#include <stdint.h> #include <stdint.h>
......
...@@ -28,6 +28,8 @@ ...@@ -28,6 +28,8 @@
* *
*/ */
#include "config.h"
#include <stdarg.h> #include <stdarg.h>
#include <stdint.h> #include <stdint.h>
#include <stdio.h> #include <stdio.h>
......
...@@ -28,6 +28,8 @@ ...@@ -28,6 +28,8 @@
* *
*/ */
#include "config.h"
#include <ctype.h> #include <ctype.h>
#include <math.h> #include <math.h>
#include <stdint.h> #include <stdint.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