Skip to content

Commit

Permalink
core: add header-guard to version.h
Browse files Browse the repository at this point in the history
  • Loading branch information
arogge committed Nov 13, 2019
1 parent 5e6c094 commit ea310fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/src/lib/version.h
Expand Up @@ -21,7 +21,8 @@
02110-1301, USA.
*/

#pragma once
#ifndef BAREOS_LIB_VERSION_H_
#define BAREOS_LIB_VERSION_H_

#ifdef __cplusplus
extern "C" {
Expand Down Expand Up @@ -115,3 +116,4 @@ extern const struct BareosVersion kBareosVersion;
* eliminate the comm time sending to the SD.
*/
/* #define FD_NO_SEND_TEST 1 */
#endif /* BAREOS_LIB_VERSION_H_ */

0 comments on commit ea310fa

Please sign in to comment.