X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fthreads%2Fswitch.S;h=5bb56b55ec1a84de04295b39f23032bd1ae94e2b;hb=0c0dbb75ede6cd272fd48606612f0e12a815db97;hp=ba699988de02005bbe8aef62d6e40b723f4c7956;hpb=08d4e82cb3ef48071c8130af662b649711092381;p=pintos-anon diff --git a/src/threads/switch.S b/src/threads/switch.S index ba69998..5bb56b5 100644 --- a/src/threads/switch.S +++ b/src/threads/switch.S @@ -1,4 +1,4 @@ -#include "switch.h" +#include "threads/switch.h" #### struct thread *switch_threads (struct thread *cur, struct thread *next); ####