r954: fixed two potential undef behaviors (#443)

This commit is contained in:
Heng Li
2019-07-18 09:17:08 -04:00
parent 7fc03b0c32
commit d90583b83c
2 changed files with 3 additions and 3 deletions

2
main.c
View File

@@ -7,7 +7,7 @@
#include "mmpriv.h"
#include "ketopt.h"
#define MM_VERSION "2.17-r953-dirty"
#define MM_VERSION "2.17-r954-dirty"
#ifdef __linux__
#include <sys/resource.h>