Compilation fix for FreeBSD

This commit is contained in:
Pierre Pronchery 2010-02-06 11:55:38 +00:00
parent 17523f7fe4
commit c72164a599

View File

@ -19,7 +19,9 @@
#include <stdio.h>
#include <string.h>
#include <time.h>
#include <utmpx.h>
#ifndef __FreeBSD__
# include <utmpx.h>
#endif
/* types */