diff options
Diffstat (limited to '')
-rw-r--r-- | src/string/strerror.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/string/strerror.c b/src/string/strerror.c index 7366f63..87f3261 100644 --- a/src/string/strerror.c +++ b/src/string/strerror.c @@ -16,7 +16,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <string.h> -#include <stddef.h> +#include <errno.h> |