aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/apache/log2
-rw-r--r--web/module2
2 files changed, 2 insertions, 2 deletions
diff --git a/web/apache/log b/web/apache/log
index 8464763..0e39420 100644
--- a/web/apache/log
+++ b/web/apache/log
@@ -27,7 +27,7 @@ namespace web
write (int level, const char* msg) {write (nullptr, 0, level, msg);}
void
- write (const char* file, uint64_t line, int level, const char* msg);
+ write (const char* file, std::uint64_t line, int level, const char* msg);
private:
// ...
diff --git a/web/module b/web/module
index e9787a4..642b1bd 100644
--- a/web/module
+++ b/web/module
@@ -24,7 +24,7 @@ namespace web
//
// @@ Define some commonly used constants?
//
- using status_code = uint16_t;
+ using status_code = std::uint16_t;
struct name_value
{