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

Add missing includes of config.h

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