File: bool

package info (click to toggle)
dds 2.9.0-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 56,576 kB
  • sloc: cpp: 17,621; ansic: 385; makefile: 27; xml: 11; sh: 7
file content (11 lines) | stat: -rw-r--r-- 238 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
--- a/include/dll.h
+++ b/include/dll.h
@@ -11,6 +11,8 @@
 #ifndef DDS_DLL_H
 #define DDS_DLL_H
 
+#include <stdbool.h>
+
 #if defined(_WIN32) || defined(__CYGWIN__)
   #define DLLEXPORT __declspec(dllexport)
   #define STDCALL __stdcall