add missing includes

This commit is contained in:
Kay Sievers
2008-08-12 11:18:39 +02:00
parent 21a6e5940d
commit b7ec267e17
3 changed files with 6 additions and 0 deletions

View File

@@ -11,6 +11,8 @@
* Free Software Foundation version 2 of the License.
*/
#include <config.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>

View File

@@ -17,6 +17,8 @@
*
*/
#include "config.h"
#include <stddef.h>
#include <stdlib.h>
#include <string.h>

View File

@@ -21,6 +21,8 @@
#include <string.h>
#include <sys/types.h>
#include "udev_sysdeps.h"
#ifndef HAVE_STRLCPY
size_t strlcpy(char *dst, const char *src, size_t size)
{