Skip to content

Commit

Permalink
Merge pull request #217 from uhm0311/uhm0311/warning_visibility
Browse files Browse the repository at this point in the history
CLEANUP: Fix warning -Wvisibility #190
  • Loading branch information
jhpark816 committed Jan 20, 2022
2 parents 7536251 + 787ca00 commit ca0f6b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmemcached/memcached.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@
#include <libmemcached/quit.h>
#include <libmemcached/result.h>
#include <libmemcached/server.h>
#include <libmemcached/server_list.h>
#ifdef ENABLE_REPLICATION
#include <libmemcached/rgroup.h>
#endif
#include <libmemcached/server_list.h>
#include <libmemcached/storage.h>
#include <libmemcached/strerror.h>
#include <libmemcached/verbosity.h>
Expand Down

0 comments on commit ca0f6b1

Please sign in to comment.