chiark / gitweb /
Prep v238: Uncomment now needed headers and unmask now needed functions in src/basic...
[elogind.git] / src / basic / hash-funcs.c
index 763c1f61dcd14d89cd6708375836ad6d0b701a6c..947bcfd584331cb64f7cbcb5d853ec58bdb89219 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-//#include <string.h>
+#include <string.h>
 
 #include "hash-funcs.h"
-//#include "path-util.h"
+#include "path-util.h"
 
 void string_hash_func(const void *p, struct siphash *state) {
         siphash24_compress(p, strlen(p) + 1, state);