Преглед изворни кода

Rationalised use of #includes to be more standards-compliant.

dtrg пре 18 година
родитељ
комит
aa2dab31cf
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      util/misc/esize.c

+ 2 - 1
util/misc/esize.c

@@ -1,7 +1,8 @@
 /*	esize:		prints info from e.out header
 */
 
-#include	<stdio.h>
+#include <stdlib.h>
+#include <stdio.h>
 
 #ifndef	MAGIC
 #define	MAGIC		07255