diff options
Diffstat (limited to 'lib/libaccess/access_plhash.cpp')
-rw-r--r-- | lib/libaccess/access_plhash.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libaccess/access_plhash.cpp b/lib/libaccess/access_plhash.cpp index d767bf92..abb2e333 100644 --- a/lib/libaccess/access_plhash.cpp +++ b/lib/libaccess/access_plhash.cpp @@ -36,6 +36,11 @@ * All rights reserved. * END COPYRIGHT BLOCK **/ +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + + /* This file contains a function which augments the standard nspr PL_HashTable api. The problem is that the hash table lookup function in the standard NSPR |