diff options
Diffstat (limited to 'shared/common/grow.c')
-rw-r--r-- | shared/common/grow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/common/grow.c b/shared/common/grow.c index f02509a..c67ab50 100644 --- a/shared/common/grow.c +++ b/shared/common/grow.c @@ -6,7 +6,7 @@ #include <string.h> #include "m_pd.h" -#include "common/grow.h" +#include "grow.h" /* Prior to this call a caller is supposed to check for *nrequested > *sizep. Returns a reallocated buffer's pointer (success) or a given 'bufini' |