Skip to content

Commit

Permalink
config.h for util.c, fix htonll comp. failure
Browse files Browse the repository at this point in the history
... on OS X. Fixes memcached#598
  • Loading branch information
dormando committed Feb 1, 2020
1 parent 0447ae4 commit 95c6771
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions util.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include "config.h"

/* fast-enough functions for uriencoding strings. */
void uriencode_init(void);
bool uriencode(const char *src, char *dst, const size_t srclen, const size_t dstlen);
Expand Down

0 comments on commit 95c6771

Please sign in to comment.