From 209df35b899c2e6453a510940137b4bf0f31235b Mon Sep 17 00:00:00 2001 From: Stefan Pöschel Date: Sat, 11 Feb 2017 01:16:36 +0100 Subject: Tiny fixes --- src/common.h | 1 + src/pad_common.h | 5 +++++ 2 files changed, 6 insertions(+) (limited to 'src') diff --git a/src/common.h b/src/common.h index 2c83dc6..bd4b80c 100644 --- a/src/common.h +++ b/src/common.h @@ -36,6 +36,7 @@ #include #include #include +#include extern int verbose; diff --git a/src/pad_common.h b/src/pad_common.h index c3ee01d..e855625 100644 --- a/src/pad_common.h +++ b/src/pad_common.h @@ -27,6 +27,9 @@ \author Stefan Pöschel */ +#ifndef PAD_COMMON_H_ +#define PAD_COMMON_H_ + #include #include #include @@ -112,3 +115,5 @@ public: // will be removed, when pull (instead of push) approach is implemented! void WriteAllPADs(int output_fd, int limit = -1); }; + +#endif /* PAD_COMMON_H_ */ -- cgit v1.2.3