Skip to content

Commit e0cfe98

Browse files
committedApr 9, 2017
added missing header file
1 parent 8a353ba commit e0cfe98

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ DESCRIPTION = CS50 Library for C
2525
MAINTAINER = CS50 <sysadmins@cs50.harvard.edu>
2626
NAME = libcs50
2727
OLD_NAMES = lib50-c library50-c
28-
VERSION = 7.2.0
28+
VERSION = 7.2.1
2929

3030
.PHONY: bash
3131
bash:

‎src/cs50.c

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242

4343
#include <ctype.h>
4444
#include <errno.h>
45+
#include <limits.h>
4546
#include <math.h>
4647
#include <stdarg.h>
4748
#include <stdint.h>

0 commit comments

Comments
 (0)
Please sign in to comment.