logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

0020-libutil-Add-missing-includes.patch (600B)


  1. From 72cfeec702c7b76cce88be4c411ce40a8abb628c Mon Sep 17 00:00:00 2001
  2. From: Michael Forney <mforney@mforney.org>
  3. Date: Tue, 10 Apr 2018 16:23:22 -0700
  4. Subject: [PATCH] libutil: Add missing includes
  5. ---
  6. lib/libutil/ohash.c | 1 +
  7. 1 file changed, 1 insertion(+)
  8. diff --git a/lib/libutil/ohash.c b/lib/libutil/ohash.c
  9. index 74ca4fafd9c..9537c60eac4 100644
  10. --- a/lib/libutil/ohash.c
  11. +++ b/lib/libutil/ohash.c
  12. @@ -15,6 +15,7 @@
  13. * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  14. */
  15. +#include <sys/cdefs.h>
  16. #include <stddef.h>
  17. #include <stdint.h>
  18. #include <stdlib.h>
  19. --
  20. 2.17.0