From db90720c014ecf05282dff40e49a8c859dc0b3b9 Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Sun, 15 Jul 2018 13:26:54 +0200 Subject: [PATCH] Fix code relying on including . --- trianglix/trianglix.cpp | 3 ++- utils/df.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/trianglix/trianglix.cpp b/trianglix/trianglix.cpp index 966e526f..651ca983 100644 --- a/trianglix/trianglix.cpp +++ b/trianglix/trianglix.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, 2014, 2015, 2016 Jonas 'Sortie' Termansen. + * Copyright (c) 2013, 2014, 2015, 2016, 2018 Jonas 'Sortie' Termansen. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -37,6 +37,7 @@ #include #include #include +#include #include #include #include diff --git a/utils/df.c b/utils/df.c index ca3ccde2..c417ba45 100644 --- a/utils/df.c +++ b/utils/df.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, 2016 Jonas 'Sortie' Termansen. + * Copyright (c) 2015, 2016, 2018 Jonas 'Sortie' Termansen. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -27,6 +27,7 @@ #include #include #include +#include #include #include #include