diff options
| author | Mattias Andrée <maandree@operamail.com> | 2015-09-01 21:07:54 +0200 |
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2015-09-01 21:07:54 +0200 |
| commit | ac044784a6ce64ff15610d4b70750065a7f01b80 (patch) | |
| tree | 8ac8629c0089099f21be9107a5d3779963d33ca0 /src/string/strerror | |
| parent | add memfrob (diff) | |
| download | slibc-ac044784a6ce64ff15610d4b70750065a7f01b80.tar.gz slibc-ac044784a6ce64ff15610d4b70750065a7f01b80.tar.bz2 slibc-ac044784a6ce64ff15610d4b70750065a7f01b80.tar.xz | |
start on makefile and fixing warnings and errors
Signed-off-by: Mattias Andrée <maandree@operamail.com>
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> |
