mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-15 22:09:31 -04:00
Fixed missing #include "config.h"
This commit is contained in:
parent
c4baee15c8
commit
b39bbe3c95
2 changed files with 5 additions and 1 deletions
|
|
@ -14,6 +14,8 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <isc/meminfo.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/sysctl.h>
|
||||
|
|
|
|||
|
|
@ -14,6 +14,8 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
#include <isc/meminfo.h>
|
||||
|
|
@ -24,4 +26,4 @@ isc_meminfo_totalphys(void) {
|
|||
status.dwLength = sizeof(statex);
|
||||
GlobalMemoryStatusEx(&statex);
|
||||
return ((size_t)statex.ullTotalPhys);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue