use stddef.h rather than sys/types

This commit is contained in:
Alexandre Ratchov 2013-05-09 15:28:50 +02:00
parent 48fbb54c6a
commit 343af5e469
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
#ifndef UTILS_H
#define UTILS_H
#include <sys/types.h>
#include <stddef.h>
void log_puts(char *);
void log_putx(unsigned long);