Fix build.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36110 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2010-04-10 15:37:03 +00:00
parent 663b74a594
commit 6e1b92abf9
2 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,7 @@ Application Login :
LoginWindow.cpp
LoginView.cpp
main.cpp
: be tracker $(mu_libs)
: be tracker $(mu_libs) $(TARGET_LIBSTDC++)
: Login.rdef
;

View File

@ -10,6 +10,7 @@
#include <View.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <pwd.h>