diff options
author | Omar Polo <op@omarpolo.com> | 2022-10-31 22:53:16 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2022-10-31 22:53:16 +0000 |
commit | 19a8d9fe745ca09a9966174c4826935f05daa8db (patch) | |
tree | ead89b48701852d388a20a2f31bfa54ab5fd1624 /compat/Makefile | |
parent | 4b93be289bc141a15484e782c85020b62b878ec2 (diff) |
add memmem compat
Diffstat (limited to 'compat/Makefile')
-rw-r--r-- | compat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compat/Makefile b/compat/Makefile index 83f439c..57db3ea 100644 --- a/compat/Makefile +++ b/compat/Makefile @@ -8,6 +8,7 @@ DISTFILES = Makefile \ imsg-buffer.c \ imsg.c \ imsg.h \ + memmem.c \ queue.h \ reallocarray.c \ recallocarray.c \ |