With necessary header fix

This commit is contained in:
Mathieu Pillard 2010-02-15 14:17:44 +00:00 committed by Arnaud Cornet
parent c0772f54bf
commit 2e5f4287ff
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
#ifndef LOG_H
#define LOG_H
#define _XOPEN_SOURCE
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>