diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1999-02-13 11:06:20 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-02-13 11:06:20 +0000 |
| commit | b187c6cd83fe0152663b12d059ba0594fee3c0dd (patch) | |
| tree | 955bb04f3cf42c5bf6e6a9c671eac2da10e25459 /contrib/amd | |
| parent | 2e8c5eaef890d21d2138c4106d67ec4cc281654d (diff) | |
Notes
Diffstat (limited to 'contrib/amd')
| -rw-r--r-- | contrib/amd/include/am_defs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/amd/include/am_defs.h b/contrib/amd/include/am_defs.h index 91650a6903af..94b387ee114c 100644 --- a/contrib/amd/include/am_defs.h +++ b/contrib/amd/include/am_defs.h @@ -38,7 +38,7 @@ * * %W% (Berkeley) %G% * - * $Id: am_defs.h,v 1.3 1998/11/14 03:13:32 obrien Exp $ + * $Id: am_defs.h,v 1.4 1999/01/13 20:03:59 obrien Exp $ * */ @@ -1054,7 +1054,7 @@ extern char *nc_sperror(void); * Actions to take if <ufs/ufs_mount.h> exists. */ #ifdef HAVE_UFS_UFS_MOUNT_H -# include <ufs/ufs_mount.h> +# include <ufs/ufs/ufsmount.h> #endif /* HAVE_UFS_UFS_MOUNT_H */ /* |
