diff options
Diffstat (limited to 'src/lib/url.h')
-rw-r--r-- | src/lib/url.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/url.h b/src/lib/url.h index bf2fd68..3e1b667 100644 --- a/src/lib/url.h +++ b/src/lib/url.h @@ -20,7 +20,7 @@ #ifndef URL_H_ #define URL_H_ -#include "stdbool.h" /* For type bool */ +#include "stdbool.h" // For type bool /** * WPAD object. All fields are private. |