diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2002-07-13 05:44:15 +0200 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2002-07-13 05:44:15 +0200 |
commit | 37847c1435c1df18366ddd5b2a36f3c4dacd9520 (patch) | |
tree | d884af80f06dea8ded97152ede6f8545df8c5ed4 /support | |
parent | Final tweak and CREDITs ... switch the order to simplify things, and (diff) | |
download | apache2-37847c1435c1df18366ddd5b2a36f3c4dacd9520.tar.xz apache2-37847c1435c1df18366ddd5b2a36f3c4dacd9520.zip |
Put back the missing symbols header
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96039 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support')
-rw-r--r-- | support/win32/ApacheMonitor.rc.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/support/win32/ApacheMonitor.rc.in b/support/win32/ApacheMonitor.rc.in index 2028623bc1..e54f006f0d 100644 --- a/support/win32/ApacheMonitor.rc.in +++ b/support/win32/ApacheMonitor.rc.in @@ -58,6 +58,8 @@ #include <windows.h> +#include "ApacheMonitor.h" + IDI_APSRVMON ICON DISCARDABLE "ApacheMonitor.ico" IDI_ICOSTOP ICON DISCARDABLE "apstop.ico" IDI_ICORUN ICON DISCARDABLE "aprun.ico" |