We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a353ba commit e0cfe98Copy full SHA for e0cfe98
Makefile
@@ -25,7 +25,7 @@ DESCRIPTION = CS50 Library for C
25
MAINTAINER = CS50 <sysadmins@cs50.harvard.edu>
26
NAME = libcs50
27
OLD_NAMES = lib50-c library50-c
28
-VERSION = 7.2.0
+VERSION = 7.2.1
29
30
.PHONY: bash
31
bash:
src/cs50.c
@@ -42,6 +42,7 @@
42
43
#include <ctype.h>
44
#include <errno.h>
45
+#include <limits.h>
46
#include <math.h>
47
#include <stdarg.h>
48
#include <stdint.h>
0 commit comments