Skip to content
Snippets Groups Projects
Commit edebd854 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Add missing conditional.

parent cafd4e6a
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
# include "config.h" # include "config.h"
#endif #endif
#ifdef HAVE_LIBSERVICE
#include <stdio.h> #include <stdio.h>
#include <stdarg.h> #include <stdarg.h>
#include <string.h> #include <string.h>
...@@ -609,3 +611,4 @@ void srvWrite(int fileID, srvrec_t *srvp) ...@@ -609,3 +611,4 @@ void srvWrite(int fileID, srvrec_t *srvp)
* require-trailing-newline: t * require-trailing-newline: t
* End: * End:
*/ */
#endif /* HAVE_LIBSERVICE */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment