Skip to content

Commit

Permalink
Polish
Browse files Browse the repository at this point in the history
  • Loading branch information
fgsch committed Nov 5, 2018
1 parent 43935f4 commit 539e41e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/verrno.h
Expand Up @@ -7,6 +7,5 @@
*/

#include <errno.h>
#include <string.h>

const char * vstrerror(int e);
2 changes: 2 additions & 0 deletions lib/libvarnish/verrno.c
Expand Up @@ -8,6 +8,8 @@

#include "config.h"

#include <string.h>

#include "verrno.h"

const char *
Expand Down

0 comments on commit 539e41e

Please sign in to comment.