Minor code tweaks

darcs-hash:20060130165800-ac50b-8fa4a7ff78365497c5d03d6c7643d5206f41de37.gz
This commit is contained in:
axel 2006-01-31 02:58:00 +10:00
parent c8a36c9889
commit 1c6f685522
2 changed files with 3 additions and 1 deletions

2
env.c
View File

@ -386,7 +386,7 @@ static void setup_path()
path = env_get( L"PATH" );
if( !path )
{
env_set( L"PATH", 0, ENV_EXPORT | ENV_GLOBAL | ENV_USER );
env_set( L"PATH", 0, ENV_EXPORT | ENV_GLOBAL );
path=0;
}

View File

@ -5,6 +5,8 @@
client library and by the daemon.
*/
#include "config.h"
#include <stdlib.h>
#include <stdio.h>
#include <wchar.h>