Add openbsd missing includes for close() and strcmp()

This commit is contained in:
Landry Breuil 2011-05-31 11:07:52 +01:00 committed by Richard Hughes
parent e495d53661
commit fed9c33910

View file

@ -21,6 +21,8 @@
#include "up-apm-native.h"
#include "up-native.h"
#include <unistd.h> /* close() */
#include <string.h> /* strcmp() */
/* XXX why does this macro needs to be in the .c ? */
G_DEFINE_TYPE (UpApmNative, up_apm_native, G_TYPE_OBJECT)