mirror of
https://git.freebsd.org/ports.git
synced 2025-07-09 05:19:16 -04:00
15 lines
342 B
C
15 lines
342 B
C
--- ./sources/utils.h.orig Tue Dec 14 15:57:46 1999
|
|
+++ ./sources/utils.h Tue Aug 16 21:32:31 2005
|
|
@@ -3,10 +3,10 @@
|
|
#ifndef UTILS_H
|
|
#define UTILS_H
|
|
|
|
-#include <stddef.h>
|
|
+#include <stddef.h>
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
-#include <iostream.h>
|
|
+#include <iostream>
|
|
#include <stdlib.h>
|
|
#include <ctype.h>
|
|
#include <math.h>
|