diff options
author | Mike Harsch <mike@harschsystems.com> | 2012-10-23 09:35:27 -0600 |
---|---|---|
committer | Mike Harsch <mike@harschsystems.com> | 2012-10-23 09:35:27 -0600 |
commit | 487574ad5b23c4c617c9784d3579c4c6cb823286 (patch) | |
tree | 550575a748f294a03953c0f47cc96780b0e0e2c5 | |
parent | c2a3991335be043c67bf7c6b4af56442684343fb (diff) | |
download | libnvpair-487574ad5b23c4c617c9784d3579c4c6cb823286.tar.gz |
switch to inttypes.h
-rw-r--r-- | nvpair.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ #include <assert.h> #define ASSERT(x) assert(x) #include "isa_defs.h" -#include <sys/int_limits.h> +#include <inttypes.h> #include "nvpair.h" #include "nvpair_impl.h" //#include <rpc/types.h> |