From fed9c33910eb67fdd7219109d2939fbd2d5faeba Mon Sep 17 00:00:00 2001 From: Landry Breuil Date: Tue, 31 May 2011 11:07:52 +0100 Subject: [PATCH] Add openbsd missing includes for close() and strcmp() --- src/openbsd/up-native.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/openbsd/up-native.c b/src/openbsd/up-native.c index ce552c1..b908c55 100644 --- a/src/openbsd/up-native.c +++ b/src/openbsd/up-native.c @@ -21,6 +21,8 @@ #include "up-apm-native.h" #include "up-native.h" +#include /* close() */ +#include /* strcmp() */ /* XXX why does this macro needs to be in the .c ? */ G_DEFINE_TYPE (UpApmNative, up_apm_native, G_TYPE_OBJECT)