From 5fb947886bf1e40475edf930fb2b284c24c8cb9a Mon Sep 17 00:00:00 2001 From: Sanel Zukan Date: Sun, 23 Dec 2018 00:04:34 +0100 Subject: [PATCH] Make sure INT_MAX32 is visible. --- src/thd_trip_point.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/thd_trip_point.h b/src/thd_trip_point.h index 0eedc95..89eb083 100644 --- a/src/thd_trip_point.h +++ b/src/thd_trip_point.h @@ -29,6 +29,10 @@ #include "thd_sys_fs.h" #include "thd_preference.h" #include "thd_cdev.h" + +#define __STDC_LIMIT_MACROS +#include + #include #include #include // std::sort 1e8'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-06nls: Update translations....* po/doc/guix-cookbook.es.po: New file. * po/doc/local.mk: Add 'es' cookbook. * doc/local.mk: Add 'es' cookbook. Julien Lepiller
2021-10-17nls: Update translations.Julien Lepiller
2021-09-02nls: Update translations....* po/packages/it.po: New file. * po/packages/LINGUAS: Add `it'. * po/*/*.po: Update translations. Julien Lepiller
2021-08-04nls: Update translations....* po/doc/guix-cookbook.ru.po: New file. * po/doc/guix-cookbook.sk.po: New file. * po/*/*.po: Update translations. * doc/local.mk (COOKBOOK_LANGUAGES): Add ru and sk. (info_TEXINFOS): Add Russian and Slovak cookbooks. * po/doc/local.mk (DOC_COOKBOOK_PO_FILES): Add Russian and Slovak po files. Julien Lepiller
2021-05-10nls: Update translations.Maxim Cournoyer
2021-04-18nls: Update 'sr' translations.Julien Lepiller
2019-05-01nls: Update translations for de and fr.Ludovic Courtès