sbm

simple bandwidth monitor
git clone git://git.2f30.org/sbm
Log | Files | Refs | LICENSE

commit 7fb41338b41ae24747b441b8bd44fa5a6c0b9ad9
parent 21eb858cb456fca7f14184f07c9c9d1e731ea7bd
Author: sin <sin@2f30.org>
Date:   Tue, 16 Feb 2016 16:47:57 +0000

Include sys/types.h as well

Diffstat:
Msbm.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/sbm.c b/sbm.c @@ -14,6 +14,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include <sys/types.h> #include <sys/socket.h> #include <net/if.h> #ifdef __linux__