1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-30 10:50:15 +03:00

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

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

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

@ -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)
{