Index: uspace/lib/http/src/headers.c
===================================================================
--- uspace/lib/http/src/headers.c	(revision 9a09212e32dd13e7892460d73e67936977ef1753)
+++ uspace/lib/http/src/headers.c	(revision 132ab5d1e75253f9bae910b2748a4c13efe7e71f)
@@ -34,4 +34,5 @@
  */
 
+#include <errno.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -41,5 +42,4 @@
 #include <http/http.h>
 #include <http/ctype.h>
-#include <http/errno.h>
 
 #define HTTP_HEADER_LINE "%s: %s\r\n"
