Skip to content

Commit 4e66f9d

Browse files
committed
add includes so that the file does not rely on the animal_minlegs.h
1 parent c204c4d commit 4e66f9d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/animal_minlegs.c

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#include <stddef.h>
2+
3+
#include "animal.h"
4+
15
/*
26
* Technically, this file does not have to include the header file which
37
* contains the prototype of the function defined here, however it is a

0 commit comments

Comments
 (0)