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 @@
# include "config.h"
#endif
#ifdef HAVE_LIBSERVICE
#include <stdio.h>
#include <stdarg.h>
#include <string.h>
......@@ -609,3 +611,4 @@ void srvWrite(int fileID, srvrec_t *srvp)
* require-trailing-newline: t
* 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