Skip to content

Commit

Permalink
Fix syntax include error
Browse files Browse the repository at this point in the history
  • Loading branch information
emilengler committed Sep 26, 2019
1 parent 8b769a8 commit b968a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/system.cpp
Expand Up @@ -64,7 +64,7 @@
#endif

#include <thread>
#include "envvar.h"
#include <envvar.h>

// Application startup time (used for uptime calculation)
const int64_t nStartupTime = GetTime();
Expand Down

0 comments on commit b968a3a

Please sign in to comment.