Commit 23d2c0f1 authored by Max Kellermann's avatar Max Kellermann

Client{Event,Write}: add missing include

parent 377b6f05
...@@ -20,6 +20,8 @@ ...@@ -20,6 +20,8 @@
#include "config.h" #include "config.h"
#include "ClientInternal.hxx" #include "ClientInternal.hxx"
#include <glib.h>
void void
Client::OnSocketError(GError *error) Client::OnSocketError(GError *error)
{ {
......
...@@ -20,6 +20,8 @@ ...@@ -20,6 +20,8 @@
#include "config.h" #include "config.h"
#include "ClientInternal.hxx" #include "ClientInternal.hxx"
#include <glib.h>
void void
Client::SetExpired() Client::SetExpired()
{ {
......
...@@ -20,6 +20,8 @@ ...@@ -20,6 +20,8 @@
#include "config.h" #include "config.h"
#include "ClientInternal.hxx" #include "ClientInternal.hxx"
#include <glib.h>
#include <string.h> #include <string.h>
#include <stdio.h> #include <stdio.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment