commit | 8da12c43a992691a4a5bbc82c103b79e1d095064 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Sun Jan 17 16:55:11 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sun Jan 17 16:55:11 1999 +0000 |
tree | 0078e21c68a1ac1ae0c4d74eec9d80473fae07ae | |
parent | 638f169b1e2aefe02d3c2444faa6db624d52a674 [diff] [blame] |
Group commit for recovery after disk crash. See Changelog for changes WRT release 990110.
diff --git a/documentation/how-to-port b/documentation/how-to-port index 4a89821..812e23d 100644 --- a/documentation/how-to-port +++ b/documentation/how-to-port
@@ -72,7 +72,7 @@ #ifdef HAVE_FOO_H #include <foo.h> #elif defined (HAVE_BAR_H) - #include <bat.h> + #include <bar.h> #endif If your system doesn't have a corresponding header file even