aboutsummaryrefslogtreecommitdiff
path: root/src/Timer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Timer.cc')
-rw-r--r--src/Timer.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Timer.cc b/src/Timer.cc
index 47f70de..cf2733e 100644
--- a/src/Timer.cc
+++ b/src/Timer.cc
@@ -21,11 +21,11 @@
21 21
22//use GNU extensions 22//use GNU extensions
23#ifndef _GNU_SOURCE 23#ifndef _GNU_SOURCE
24# define _GNU_SOURCE 24#define _GNU_SOURCE
25#endif // _GNU_SOURCE 25#endif // _GNU_SOURCE
26 26
27#ifdef HAVE_CONFIG_H 27#ifdef HAVE_CONFIG_H
28# include "../config.h" 28#include "../config.h"
29#endif // HAVE_CONFIG_H 29#endif // HAVE_CONFIG_H
30 30
31#include "Timer.hh" 31#include "Timer.hh"