diff -Nuar bareos-Release-19.2.6.org/core/src/lib/version.h bareos-Release-19.2.6/core/src/lib/version.h
--- bareos-Release-19.2.6.org/core/src/lib/version.h	2020-02-26 17:40:22.239573418 +0100
+++ bareos-Release-19.2.6/core/src/lib/version.h	2020-02-26 17:42:13.826920561 +0100
@@ -24,6 +24,9 @@
 #ifndef BAREOS_LIB_VERSION_H_
 #define BAREOS_LIB_VERSION_H_
 
+#include <stddef.h>
+#include <stdio.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -47,7 +50,7 @@
 extern const struct BareosVersionStrings kBareosVersionStrings;
 
 #ifdef __cplusplus
-}
+};
 #endif
 
 /* If this is set stdout will not be closed on startup */
