aboutsummaryrefslogtreecommitdiff
path: root/libjaylink/core.c
diff options
context:
space:
mode:
authorMarc Schink <jaylink-dev@marcschink.de>2016-11-13 15:30:06 +0100
committerMarc Schink <jaylink-dev@marcschink.de>2016-11-15 13:15:25 +0100
commitdd1fa724b60029ace9ca28023cd3d8b5735c950c (patch)
tree3f66d77f272b8f4816aced3df03443555e4a7116 /libjaylink/core.c
parent58953bbfecc13f79d59549cb9aabd898c8ab5714 (diff)
downloadlibjaylink-dd1fa724b60029ace9ca28023cd3d8b5735c950c.zip
libjaylink-dd1fa724b60029ace9ca28023cd3d8b5735c950c.tar.gz
libjaylink-dd1fa724b60029ace9ca28023cd3d8b5735c950c.tar.bz2
Minor code and documentation cleanups
Signed-off-by: Marc Schink <jaylink-dev@marcschink.de>
Diffstat (limited to 'libjaylink/core.c')
-rw-r--r--libjaylink/core.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libjaylink/core.c b/libjaylink/core.c
index 9097f83..9f0d8b1 100644
--- a/libjaylink/core.c
+++ b/libjaylink/core.c
@@ -18,6 +18,7 @@
*/
#include <stdlib.h>
+#include <stdbool.h>
#ifdef _WIN32
#include <winsock2.h>
#endif
@@ -50,7 +51,7 @@
* perspective and because there is only a single reason for failure which is
* clearly distinguishable from the result.
*
- * @section sec_license License
+ * @section sec_license Copyright and license
*
* libjaylink is licensed under the terms of the GNU General Public
* License (GPL), version 2 or later.