mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-06 03:40:50 +02:00
Imported from ../bash-2.05b.tar.gz.
This commit is contained in:
+5
-1
@@ -1,4 +1,4 @@
|
||||
/* bashtypes.h -- <sys/types.h> with special handling for crays. */
|
||||
/* bashtypes.h -- Bash system types. */
|
||||
|
||||
/* Copyright (C) 1993 Free Software Foundation, Inc.
|
||||
|
||||
@@ -31,4 +31,8 @@
|
||||
# undef word
|
||||
#endif
|
||||
|
||||
#if defined (HAVE_INTTYPES_H)
|
||||
# include <inttypes.h>
|
||||
#endif
|
||||
|
||||
#endif /* _BASHTYPES_H_ */
|
||||
|
||||
Reference in New Issue
Block a user