Skip to content

Commit

Permalink
lookup3.h: Remove SDL dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
WickedSmoke committed Nov 9, 2024
1 parent 1c713bc commit b10991b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contrib/jenkins/lookup3.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#ifndef _LOOKUP3_H
#define _LOOKUP3_H

#include <SDL_stdinc.h>
#include <stdint.h>
#include <stdlib.h>

uint32_t lookup3_hashword(
const uint32_t *k, /* the key, an array of uint32_t values */
Expand Down

0 comments on commit b10991b

Please sign in to comment.