Skip to content

Commit

Permalink
Fixed PRIu64 macro not being defined.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-catalyst committed Sep 29, 2017
1 parent fb1465f commit 9911f73
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/logstalgia.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#define __STDC_FORMAT_MACROS
#include <inttypes.h>

#include "logstalgia.h"
#include "settings.h"
#include "ncsa.h"
Expand Down

0 comments on commit 9911f73

Please sign in to comment.