aboutsummaryrefslogtreecommitdiffstats
path: root/src/string/strerror.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/string/strerror.c')
-rw-r--r--src/string/strerror.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/string/strerror.c b/src/string/strerror.c
index 417d622..dd1d142 100644
--- a/src/string/strerror.c
+++ b/src/string/strerror.c
@@ -16,6 +16,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <string.h>
+#include <stddef.h>
+
/**