Skip to content

Commit

Permalink
Merge pull request #436 from tuxmaster5000/version
Browse files Browse the repository at this point in the history
Fix compile errors on Fedora 31
  • Loading branch information
franku committed Mar 13, 2020
2 parents 0762d29 + 13c92b1 commit 3c3f50e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion core/src/lib/version.h
Expand Up @@ -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
Expand All @@ -47,7 +50,7 @@ struct BareosVersionStrings {
extern const struct BareosVersionStrings kBareosVersionStrings;

#ifdef __cplusplus
}
};
#endif

/* If this is set stdout will not be closed on startup */
Expand Down

0 comments on commit 3c3f50e

Please sign in to comment.