summaryrefslogtreecommitdiff
path: root/kern/sprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/sprintf.c')
-rw-r--r--kern/sprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/sprintf.c b/kern/sprintf.c
index a606d866..f6346e99 100644
--- a/kern/sprintf.c
+++ b/kern/sprintf.c
@@ -15,12 +15,12 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include <limits.h>
#include <stdarg.h>
#include <stddef.h>
#include <stdint.h>
#include <stdio.h>
-#include <kern/limits.h>
#include <kern/types.h>
/*