diff options
author | Michael Cahill <michael.cahill@mongodb.com> | 2016-02-18 14:00:00 +1100 |
---|---|---|
committer | Michael Cahill <michael.cahill@mongodb.com> | 2016-02-18 14:00:00 +1100 |
commit | 5cdd3e320cb19cd54111c2572a3d6e33d3009ad4 (patch) | |
tree | aa11f6aa045af0ab4b06b1e4ac59782806a969e3 /test/packing/intpack-test.c | |
parent | 5e3a56f0abb433a23e0b8cb8f9a0c86c2d6ad80f (diff) | |
parent | 563b7823f74dcd219740945aa7067de0927ee9df (diff) | |
download | mongodb-3.2.4.tar.gz |
Merge branch 'mongodb-3.2.3' into mongodb-3.2mongodb-3.2.4
Diffstat (limited to 'test/packing/intpack-test.c')
-rw-r--r-- | test/packing/intpack-test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/packing/intpack-test.c b/test/packing/intpack-test.c index a48f9fc4fe4..08cc3807725 100644 --- a/test/packing/intpack-test.c +++ b/test/packing/intpack-test.c @@ -26,10 +26,10 @@ * OTHER DEALINGS IN THE SOFTWARE. */ -#include <assert.h> - #include "wt_internal.h" /* For __wt_XXX */ +#include <assert.h> + int main(void) { |