diff options
Diffstat (limited to 'src/login/main.cpp')
-rw-r--r-- | src/login/main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/login/main.cpp b/src/login/main.cpp index 5d51212..857d493 100644 --- a/src/login/main.cpp +++ b/src/login/main.cpp @@ -1,4 +1,3 @@ -#include "login.hpp" // login/main.cpp - dummy file to make Make dependencies work // // Copyright © 2013 Ben Longbons <b.r.longbons@gmail.com> @@ -18,4 +17,6 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. +#include "login.hpp" + #include "../poison.hpp" |