From 990be542e04964f47d77e192cdde715890c671af Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 20 Jan 2014 16:45:00 -0600 Subject: [PATCH] Added missing include for on NetBSD Reported by yrmt from the EdgeBSD project (thanks!) --- src/applets/memory.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/applets/memory.c b/src/applets/memory.c index 02ff242..a6cba6e 100644 --- a/src/applets/memory.c +++ b/src/applets/memory.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2010-2013 Pierre Pronchery */ +/* Copyright (c) 2010-2014 Pierre Pronchery */ /* This file is part of DeforaOS Desktop Panel */ /* This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -23,8 +23,8 @@ # include #elif defined(__FreeBSD__) || defined(__NetBSD__) # include +# include # if defined(__FreeBSD__) -# include # include # endif #endif