summaryrefslogtreecommitdiff
path: root/usr/src/lib/libc/port/regex/regex.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libc/port/regex/regex.c')
-rw-r--r--usr/src/lib/libc/port/regex/regex.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/src/lib/libc/port/regex/regex.c b/usr/src/lib/libc/port/regex/regex.c
index b763a915b0..369e2b813f 100644
--- a/usr/src/lib/libc/port/regex/regex.c
+++ b/usr/src/lib/libc/port/regex/regex.c
@@ -19,8 +19,9 @@
*
* CDDL HEADER END
*/
+
/*
- * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -42,7 +43,7 @@
/* CONSTANTS SHARED WITH regcmp() */
#include "regex.h"
-#include "lint.h"
+#include "synonyms.h"
#include "mtlib.h"
#include <limits.h>
#include <stdarg.h>