diff options
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/linux/guid_creator.cc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/common/linux/guid_creator.cc b/src/common/linux/guid_creator.cc index 6b5187c8..f81c2911 100644 --- a/src/common/linux/guid_creator.cc +++ b/src/common/linux/guid_creator.cc @@ -27,7 +27,10 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -#include "config.h" +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include "common/linux/eintr_wrapper.h" #include "common/linux/guid_creator.h" |