Skip to content

Commit

Permalink
Add stddef.h for size_t
Browse files Browse the repository at this point in the history
Closes GH-9.

Reviewed-by: Daniel Cousens <413395+dcousens@users.noreply.github.com>
Reviewed-by: Titus Wormer <tituswormer@gmail.com>
  • Loading branch information
msteinert authored Sep 8, 2022
1 parent 8d254cb commit 674e4d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions levenshtein.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#ifndef LEVENSHTEIN_H
#define LEVENSHTEIN_H

#include <stddef.h>

// `levenshtein.h` - levenshtein
// MIT licensed.
// Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
Expand Down

0 comments on commit 674e4d7

Please sign in to comment.