diff options
Diffstat (limited to 'plugins/HTTPServer/src/MimeHandling.h')
-rw-r--r-- | plugins/HTTPServer/src/MimeHandling.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/HTTPServer/src/MimeHandling.h b/plugins/HTTPServer/src/MimeHandling.h index f40fdf94c8..6a5b3dc61c 100644 --- a/plugins/HTTPServer/src/MimeHandling.h +++ b/plugins/HTTPServer/src/MimeHandling.h @@ -1,3 +1,5 @@ +#pragma once
+
#define LINE_MAX_SIZE 512
#ifdef __cplusplus
|