Skip to content

Commit

Permalink
Add missing header
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-davis committed Feb 24, 2021
1 parent d66d8ab commit 87d63c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/util.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#ifndef __DS_UTIL_H_
#define __DS_UTIL_H_

#include<stdlib.h>

size_t str_len(const char *str);
char *str_append_const(char *, const char *);
char *str_append(char *, char *);
Expand Down

0 comments on commit 87d63c3

Please sign in to comment.