Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Oct 2015 20:06:51 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r288629 - head/lib/libohash
Message-ID:  <201510032006.t93K6pG2089717@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Sat Oct  3 20:06:50 2015
New Revision: 288629
URL: https://svnweb.freebsd.org/changeset/base/288629

Log:
  Include stddef.h for ptrdiff_t

Modified:
  head/lib/libohash/ohash.h

Modified: head/lib/libohash/ohash.h
==============================================================================
--- head/lib/libohash/ohash.h	Sat Oct  3 19:37:41 2015	(r288628)
+++ head/lib/libohash/ohash.h	Sat Oct  3 20:06:50 2015	(r288629)
@@ -20,6 +20,8 @@
 #ifndef OHASH_H
 #define OHASH_H
 
+#include <stddef.h>
+
 /* Open hashing support. 
  * Open hashing was chosen because it is much lighter than other hash
  * techniques, and more efficient in most cases.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510032006.t93K6pG2089717>