add header file to avoid implicit declaration warning

This commit is contained in:
Liam Waldron 2023-04-05 13:18:23 -04:00
parent 6b1297b685
commit 8aad22c7d1

2
README
View File

@ -14,4 +14,4 @@ A library which provides a random string generation function.
+ Installation
Run 'make static' to compile a static library, or 'make shared' to compile a shared library. Then, run 'make install-static' or 'make install-shared' depending on what you ran previously.
Run 'make' to create the static library. Run 'make install' to install the static library and header.