Browse Source
Adding stdbool header include to netmaster example client to fix compile error
tags/v1.9.10
Joshua Moyerman
12 years ago
1 changed files with
1 additions and
0 deletions
-
example-clients/netmaster.c
|
|
|
@@ -17,6 +17,7 @@ |
|
|
|
*/ |
|
|
|
|
|
|
|
#include <stdlib.h> |
|
|
|
#include <stdbool.h> |
|
|
|
#include <stdio.h> |
|
|
|
#include <errno.h> |
|
|
|
#ifndef WIN32 |
|
|
|
|